mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-11-25 18:29:36 +03:00
ed1742523e
git-svn-id: svn://kolibrios.org@493 a494cfbc-eb01-0410-851d-a64ba20cac60
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
|
|
@@:
|
|
} |