shithub: rgbds

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

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