Files
rgbds/test/asm/narg-decreases-after-shift.asm
ISSOtm dab5f59ed9 Fix location of all relevant SECTIONs in tests
If section placement is changed such that those are no longer guaranteed to be
placed at zero, tests would break when they shouldn't.
2019-09-23 01:28:48 +02:00

15 lines
147 B
NASM

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