Changes

Jump to: navigation, search

CP/M 2.2

8 bytes added, 15:19, 2 December 2019
/* Input */
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.
==== Console Input ====
Console input (via BDOS functions) uses firmware functions and returns firmware key codes when a key is pressed. i.e. &f0 is cursor up.
2,541
edits