shithub: rgbds

ref: b4dadd35b6ea22192b3b68b042f439caa0dd0566
dir: /test/asm/macro-purge.asm/

View raw version
; Check deleting a macro then using its file stack info
m: MACRO
	PURGE m
	WARN "Where am I?"
ENDM
	m