Files
rgbds/test/asm/macro-purge.asm
ISSOtm 9440086d77 Add a test for purging a macro while running
This could cause a crash if the macro name is then used for error reporting
2020-09-24 16:14:18 +02:00

6 lines
99 B
NASM

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