Files
rgbds/test/asm/narg-decreases-after-shift.asm
2019-06-09 12:58:32 +02:00

15 lines
144 B
NASM

testing: MACRO
db _NARG
shift
db _NARG
shift
db _NARG
shift
db _NARG
shift
db _NARG
ENDM
SECTION "Test output", ROM0
testing 1, 2, 3