=> R0 = pointer to string
R1 = number of bytes to write
This SWI sends the R1 bytes in R0 to all active output streams.
If WrchV has not been intercepted with OS_Claim it will directly call the VDU driver which is faster, otherwise it calls OS_WriteC to write each character.
See PRM 1, page 522.
|
|
|