mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
6 lines
95 B
NASM
6 lines
95 B
NASM
def STRING equs "OK"
|
|
def WRAPPER equs "TRIN"
|
|
PRINTLN "{S{WRAPPER}G}"
|
|
|
|
PRINTLN "{S{WRAPPER}G"
|