Changes

Jump to: navigation, search

CP/M 2.2

431 bytes added, 11:01, 7 July 2019
/* Amstrad's implementation of CPM 2.2 */
You can then add additional files using FILECOPY.
 
==== Extra memory ====
 
CPM2.2 doesn't use any extra memory, and since it runs in configuration 'C0' accessing extra memory is much quicker and easier than under CPM3.0.
You should ensure your code (within the TPA) is in a safe region (0000-3fff, 8000-ffff), you can then page in the memory and copy it out to your destination directly as long as the destination is also within the safe area. It is much safer and simpler to use.
==== Serial number ====
2,541
edits