shithub: rgbds

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