| |||
| Home > Semihosting > SYS_RENAME (0x0F) | |||
Renames a specified file.
On entry, R1 contains a pointer to a four-word
data block:
a pointer to the name of the old file
the length of the old filename
a pointer to the new filename
the length of the new filename.
Both strings are null-terminated.