Showing changes from revision #1 to #2:
Added | Removed | Changed
Entry | |
---|---|
R0 | Pointer to disc specifier (name, or :0, etc…) |
R8 | Pointer to FileCore instance private word |
Exit | |
---|---|
R0 | Free space (least significant word) |
R1 | Free space (most significant word) |
R2 | Size of largest object that can be created, or &7FFFFFFF if > |
R8 | Preserved ? |
The purpose of this call is to return the total free space on given disc, and the largest object that can be created on it.
This call has support for 64-bit addressing, and thus can support large discs. This call should be used in preference to the earlier FileCore_FreeSpace that could only support much smaller discs.