mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
6 lines
143 B
NASM
6 lines
143 B
NASM
; the nested EQUS can't use DEF because Y1 would not be expanded
|
|
def X1 equs "Y1 equs \"\\\"Success!\\\\n\\\"\""
|
|
def Y1 equs "Z1"
|
|
X1
|
|
PRINT Z1
|