gigatron-rom icon indicating copy to clipboard operation
gigatron-rom copied to clipboard

SYS functions for copying memory

Open kervinck opened this issue 5 years ago • 1 comments

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.

kervinck avatar Sep 14 '19 11:09 kervinck

Suggesting to close this issue since we have SYS_CopyMemory and SYS_CopyMemoryExt

lb3361 avatar Aug 25 '22 13:08 lb3361