Changes
CP/M 2.2
,/* TPA */
==== TPA ====
The top address of TPA can be found by reading the byte at 0006 0007 (which is the top byte of the BDOS JP). This is the start of BDOS. CCP lives below this. If you wish to include CCP subtract &A from this.
e.g.
0005 JP &8C06
Subtract &A to include CCP. &8C-&0A = &82. So up to &8200 can be used.