| |||
| Home > Semihosting > Semihosting SWIs > 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:
This is a handle for a seekable file object.
The absolute byte position to search to.