Showing changes from revision #3 to #4:
Added | Removed | Changed
Entry | |
---|---|
R0 | Value to be converted |
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 into a string of 32 binary characters.
The output string is padded with leading zeros, so it has a fixed length of 32 characters.