| |||
Home > Angel > Angel C library support 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:
is a handle for a seekable file object.
is the absolute byte position to be sought to.