OT: Altair emulator code & C pointers
> A possibly faster way to implement this loop is:
>
> memcpy(Mem + addr, pstrBuffer, iLength);
Or, if it's binary, why not read directly into Mem and
skip the extra buffer all together. Something like:
fread (Mem + addr, 1, iLength, pFile);
Received on Mon Jun 12 2000 - 12:46:19 BST
This archive was generated by hypermail 2.3.0
: Fri Oct 10 2014 - 23:33:01 BST