shithub: rgbds

ref: 8ccbd9dc36c9fd672225ba91e50d022f166acd73
dir: /test/asm/strcat.asm/

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