Skip to content

Commit 3634f52

Browse files
committed
Added README for CP/M applications
1 parent e1ee24f commit 3634f52

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

applications/README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
2+
# Applications
3+
4+
## Custom Sanco applications
5+
6+
- CONFIG80.COM: configuration of the serial port, **disassembly in progress**;
7+
- COPY8003.COM: disk copy utility, **disassembly in progress**;
8+
- [FMT8003.COM](https://github.com/BayoDev/Sanco_8000/blob/main/CP-M/DISASSEMBLY/FMT8003_disassembly.z80): disk format utility;
9+
- [FUNK00.COM](FUNK00.COM.asm): keymap configuration;
10+
- [PAR8003.COM](PAR8003.COM.asm): configure diskette units;
11+
- REV.COM: delete files, **disassembly in progress**;
12+
- [RCX62.COM](https://github.com/BayoDev/Sanco_8000/blob/main/CP-M/DISASSEMBLY/RCX62_disassembly.z80): receive data from serial port;
13+
- SG8003.COM: **disassembly in progress**;
14+
- [SLF80037.COM](SLF80037.COM.asm): bootstrap application;
15+
- [TERM80.COM](https://github.com/BayoDev/Sanco_8000/blob/main/CP-M/DISASSEMBLY/TERM80_disassembly.z80): serial terminal;
16+
- TRX62.COM: send data through serial port, **disassembly in progress**;
17+
18+
## CP/M system tools and applications
19+
20+
All of these sources can be found in [cpm2-plm.zip](http://www.retroarchive.org/cpm/archive/unofficial/download/cpm2-plm.zip) from retroarchive.org.
21+
Some of these sources are in in [PL/M](https://it.wikipedia.org/wiki/PL/M) language, the compiler can be found in [Digital Research Source Code](http://www.retroarchive.org/cpm/archive/unofficial/source.html) page.
22+
23+
- ASM.COM: ASM80 assembler from Digital Research;
24+
- DDT.COM: debugger from Digital Research;
25+
- DUMP.COM: dump file content;
26+
- LOAD.COM: from Digital Research;
27+
- PIP.COM: move or copy files;
28+
- STAT.COM: disk usage, character i/o management;
29+
- SUBMIT.COM: system utility from Digital Research;
30+
- XSUB.COM: TODO.
31+
32+
## Third party applications
33+
34+
- ED.COM: text editor;
35+
- INSTALL.COM: Microsoft Install;
36+
- KANABAS.COM: basic interpreter;
37+
- KBAS75.COM: basic interpreter;
38+
- KBASIC.COM: basic interpreter;
39+
- MP.COM: Microsoft Multiplan;
40+
- MBASIC.COM: basic interpreter;

0 commit comments

Comments
 (0)