CCP
CCP stands for "console command processor" and is basically the "shell".
This directory contains the two CCP flavours:
DR CCP
- DR.ASM
- The source-code, to be compiled by
pasmo
with the included Makefile
.
DR.BIN
- The compiled binary, which is embedded in
cpmulator
, via ccp.go.
CCPZ
- CCPZ.ASM
- The source-code, to be compiled by
pasmo
with the included Makefile
.
CCPZ.BIN
- The compiled binary, which is embedded in
cpmulator
, via ccp.go.