home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.barnyard.co.uk
/
2015.02.ftp.barnyard.co.uk.tar
/
ftp.barnyard.co.uk
/
cpm
/
walnut-creek-CDROM
/
BEEHIVE
/
ZSUS
/
Z3HELP-3.LBR
/
P.LBR
/
PROTCCP.HZP
/
PROTCCP.HLP
Wrap
Text File
|
2000-06-30
|
1KB
|
31 lines
;
PROTCCP.COM
Size (recs) CRC Version Author/Latest Issue Disk
1k (3) E541 1.0 Jay Sage 2/87 Z3COM7
1- Syntax 2- Example of Use
PROTCCP changes the BDOS entry vector at address 6 so that a program
running after it will not overwrite the command processor. This program is
useful when one wants to debug the operation of the command processor and
wants to force a debugger such as DDT or DSD to load below rather than over
the command processor.
Until the next warm boot restores the page-0 vectors, programs that run
after PROTCCP will think that the usable TPA extends only as far as the
command processor (actually slightly below it).
:1
Syntax: PROTCCP<cr>
:2
Example of Use:
a. PROTCCP;DSDZ XCPR.SYM <-- will allow full-screen symbolic
debugging of the command processor
until the next warm boot
: