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 | Total free space on disc |
R1 | Size of largest object that can be created |
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.
As this call cannot support large discs, the maximum value of &7FFFFFFF is a file ‘at least 2Gb’ 2GB’ in size.
FileCore_FreeSpace64 provides support for larger discs, and should be used in preference.