Changes

Jump to: navigation, search

CP/M 2.2

156 bytes added, 15:35, 12 May 2018
/* TPA */
Subtract &A to include CCP. &8C-&0A = &82. So up to &8200 can be used.
 
When writing a COM program you should setup the stack before execution like this:
 
ld hl,(&0006)
ld sp,hl
 
otherwise you're using the stack set for CCP.
==== MOVCPM ====
2,541
edits