mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
6 lines
99 B
NASM
6 lines
99 B
NASM
; Check deleting a macro then using its file stack info
|
|
m: MACRO
|
|
PURGE m
|
|
WARN "Where am I?"
|
|
ENDM
|