shithub: rgbds

ref: c4361b965c965a1274fc43286c30c8769e8ebdd4
dir: /test/asm/strcat.asm/

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