shithub: rgbds

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

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