Files
rgbds/test/asm/macro-purge.asm
2022-08-28 15:22:21 -04:00

7 lines
101 B
NASM

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