Showing changes from revision #1 to #2:
Added | Removed | Changed
Entry | |
---|---|
R1 | Pointer to source |
R2 | Pointer to destination |
R3 | Number of bytes to copy |
Exit | |
---|---|
R1 | Preserved |
R2 | Preserved |
R3 | Preserved |
The original purpose of this call is was to provide a fast memory copy routine, providing efficient way of copying any number of bytes, word-aligned or not.
It is recommended that you do not use this, as the overhead for calling the SWI is probably greater than any possibly possible gain.