gigatron-rom
gigatron-rom copied to clipboard
SYS functions for copying memory
We need a way to speedup memory copying. Especially when we have a file system cache and/or RAM disk. I'm thinking of two functions: one for short block (0..255 bytes) copying at arbitrary addresses, and another one for copying arbitrary pages.
Suggesting to close this issue since we have SYS_CopyMemory and SYS_CopyMemoryExt