=> R0 = 14
R1 = pointer to address to read string from
R2 = pointer to address to copy string to
<= R0 preserved
R1 = pointer to character after the input's terminator
R2 = pointer to character after the output's terminator
This copies a string from one location to another.
|
|
|