=> R0 = pointer to string, terminated by 10, 13, or 0
R1 = pointer to destination buffer
R2 = buffer size + flags
<= R0 = pointer to terminator+1
R2 = characters converted
C set if buffer overflow
This SWI is equivalent to a call to OS_GSInit, followed by repeated calls to OS_GSRead. It reads and translates a whole string.
See PRM 1-454.
|
|
|