Files
rgbds/test/asm/strupr-strlwr.asm
2020-12-15 20:18:45 +01:00

5 lines
79 B
NASM

foo equs strupr("xii")
bar equs strlwr("LOL")
printt "foo={foo} bar={bar}\n"