Entry | |
---|---|
R0 | 5 (Reason code) |
R1 | Internal buffer ID |
R2 | Pointer to destination |
R3 | Number of bytes to examine |
R12 | Value returned by Buffer_InternalInfo |
Exit | |
---|---|
R2 | Pointer to the first free byte in destination |
R3 | Number of bytes not removed |
This call reads a block of data from a buffer without actually removing it. The C flag is set if unable to transfer all data (i.e. R3 ≠ 0).