| Entry | |
|---|---|
| R0 | Integer |
| R1 | Pointer to buffer |
| R2 | Size of buffer |
| Exit | |
|---|---|
| R0 | Preserved |
| R1 | Preserved |
| R2 | Length of string |
The purpose of this call is to convert a 32-bit integer to a string.
Another call OS_ConvertInteger4 also provides the same functionality as this call.