 RealView Compiler User's Guide |
|
| SYS_SEEK (0x0A)Seeks to a specified position in a file using an offset specified from the start of the file. The file is assumed to be a byte array and the offset is given in bytes. On entry, r1 contains a pointer to a two‑word data block: - word 1
A handle for a seekable file object. - word 2
The absolute byte position to search to.
On exit, r0 contains: NoteThe effect of seeking outside the current extent of the file object is undefined. |
|