shithub: rgbds

ref: fdfedc45a62c14c226cc897d076f20453e587f7e
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