shithub: rgbds

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

View raw version
MACRO testing
	db _NARG
	shift
	db _NARG
	shift
	db _NARG
	shift
	db _NARG
	shift
	db _NARG
ENDM

SECTION "Test output", ROM0[0]
	testing 1, 2, 3