shithub: rgbds

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