files
kolibrios/programs/system/run/run.mac
Andrew 3ea561f6b5 system/run: Post-SVN clean up
- Move source code from `trunk` into program root directory.
- Update build files and ASM include paths.
2025-05-20 20:05:05 +01:00

7 lines
119 B
Plaintext

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