shithub: rgbds

ref: 58181c2d7392e3d780458a641076d0168e263f0c
dir: /test/asm/strcat.asm/

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