shithub: rgbds

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

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