shithub: rgbds

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