Changes
CP/M 2.2
,/* 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 ====