collapseos/apps/zasm/const.asm

9 lines
217 B
NASM
Raw Normal View History

2019-05-27 11:22:38 -04:00
; *** Errors ***
; Unknown instruction or directive
.equ ERR_UNKNOWN 0x01
; Bad argument: Doesn't match any constant argspec or, if an expression,
; contains references to undefined symbols.
.equ ERR_BAD_ARG 0x02