mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 19:09:36 +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"
|