shithub: rgbds

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

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