shithub: rgbds

ref: f11241c2aea6d1ca5b2825786e0458a1aa7f3008
dir: /test/asm/narg-decreases-after-shift.asm/

View raw version
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