pokered/constants/misc_constants.asm

10 lines
145 B
NASM
Raw Normal View History

; Boolean checks
DEF FALSE EQU 0
DEF TRUE EQU 1
2015-07-20 00:52:26 +00:00
2015-07-20 03:45:34 +00:00
; flag operations
const_def
const FLAG_RESET ; 0
const FLAG_SET ; 1
const FLAG_TEST ; 2