mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-09 03:19:35 +00:00
14e6a79adc
Fixes #1011
7 lines
101 B
NASM
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
|