shithub: rgbds

ref: 188027bccce01fc744a845c0626c7c6c8559966c
dir: /test/asm/strcat.asm/

View raw version
	println STRCAT()
	println STRCAT("Durrr")
	println STRCAT("Left", "right")
	println STRCAT("Whoa", ", ", "baby!")