mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
9
test/asm/strcat.asm
Normal file
9
test/asm/strcat.asm
Normal file
@@ -0,0 +1,9 @@
|
||||
print: MACRO
|
||||
PRINTT \1
|
||||
PRINTT "\n"
|
||||
ENDM
|
||||
|
||||
print STRCAT()
|
||||
print STRCAT("Durrr")
|
||||
print STRCAT("Left"\, "right")
|
||||
print STRCAT("Whoa"\, "\, "\, "baby!")
|
||||
0
test/asm/strcat.err
Normal file
0
test/asm/strcat.err
Normal file
4
test/asm/strcat.out
Normal file
4
test/asm/strcat.out
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
Durrr
|
||||
Leftright
|
||||
Whoa, baby!
|
||||
Reference in New Issue
Block a user