kolibrios/programs/system/run/trunk/run.mac

7 lines
119 B
Plaintext
Raw Normal View History

macro cmp_err code,text_ptr
{
cmp al,code
jne @f
mov [status],text_ptr
@@:
}