aboutsummaryrefslogtreecommitdiffstats
path: root/constants/misc_constants.asm
blob: 3562042b1800bdbc6633229f38dd0171a1216a52 (plain) (blame)
1
2
3
4
5
6
7
8
9
; Boolean checks
DEF FALSE EQU 0
DEF TRUE  EQU 1

; flag operations
	const_def
	const FLAG_RESET ; 0
	const FLAG_SET   ; 1
	const FLAG_TEST  ; 2