=> R0 = 9
R1 = pointer to address to read first string from
R2 = pointer to address to read second string from
<= R0 preserved
R1 = pointer to character after the input's terminator
R2 = pointer to character after the second input's terminator
R3 = pointer to output string (up to 255 chars)
This call takes two strings and returns the second string joined to the first.
|
|
|