1 2 3 4 5 6 7 8
; Boolean checks FALSE EQU 0 TRUE EQU 1 ; flag operations FLAG_RESET EQU 0 FLAG_SET EQU 1 FLAG_TEST EQU 2