$803273F0
|
40 bytes |
Routine |
Global |
memcpy(u32 dst, u32 src, u32 num);
Copies bytes in the RAM from one location to another.
Arguments:
A0 = Pointer to RAM destination to copy to.
A1 = Pointer to RAM source to copy from.
A2 = Number of bytes to copy.
Returns:
V0 = Pointer to RAM desitination |
|
|
Follow Us On