mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-10 04:23:24 -04:00
7 lines
119 B
Plaintext
7 lines
119 B
Plaintext
macro cmp_err code,text_ptr
|
|
{
|
|
cmp al,code
|
|
jne @f
|
|
mov [status],text_ptr
|
|
@@:
|
|
} |