mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
5 lines
86 B
NASM
5 lines
86 B
NASM
def foo equs strupr("xii")
|
|
def bar equs strlwr("LOL")
|
|
|
|
println "foo={foo} bar={bar}"
|