mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
4
test/asm/strupr-strlwr.asm
Normal file
4
test/asm/strupr-strlwr.asm
Normal file
@@ -0,0 +1,4 @@
|
||||
foo equs strupr("xii")
|
||||
bar equs strlwr("LOL")
|
||||
|
||||
printt "foo={foo} bar={bar}\n"
|
||||
0
test/asm/strupr-strlwr.err
Normal file
0
test/asm/strupr-strlwr.err
Normal file
1
test/asm/strupr-strlwr.out
Normal file
1
test/asm/strupr-strlwr.out
Normal file
@@ -0,0 +1 @@
|
||||
foo=XII bar=lol
|
||||
Reference in New Issue
Block a user