Showing changes from revision #2 to #3:
Added | Removed | Changed
Entry | |
---|---|
R0 | File size |
R1 | Pointer to buffer for resulting string |
R2 | Size of buffer |
Exit | |
---|---|
R0 | Pointer to buffer (R1 on entry) |
R1 | Pointer to terminator |
R2 | Free bytes in buffer |
The purpose of this call is to convert a value to an amount of space in the form x bytes, x Kilobytes, or x Megabytes.
The output string is a fixed length, with the start padded with spaces. The call OS_ConvertFileSize performs the identical operation as this call, except the output is variable in length.