 RealView Compiler User's Guide |
|
| SYS_RENAME (0x0F)A.3.16. SYS_RENAME (0x0F)Renames a specified file. On entry, r1 contains a pointer to a four‑word data block: - word 1
A pointer to the name of the old file. - word 2
The length of the old filename. - word 3
A pointer to the new filename. - word 4
The length of the new filename.
Both strings are null‑terminated. |
|