Showing changes from revision #2 to #3:
Added | Removed | Changed
Entry | |
---|---|
R0 | 21 (&15) |
R1 | file handle |
Exit | |
---|---|
R0 | Preserved |
R1 | Filing system file handle |
R2 | Filing system information word |
The purpose of this call is to return the internal file handle for a filing system.
This SWI returns the internal file handle (as returned by FSEntry_Open) for a given file handle. If the fileswitch handle is invalid R1=0 on return.
This SWI should only be used to implement a filing system.