package
0.13.0
Repository: https://github.com/skx/cpmulator.git
Documentation: pkg.go.dev

# README

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.

# Functions

Get returns the CCP version specified, by name, if it exists.
GetAll returns the details of all known CCPs we have embedded.

# Structs

Flavour contains details about a possible CCP the user might run.