Skip to content

Commit ef7acae

Browse files
committed
Updated documentation
1 parent bdf7e5b commit ef7acae

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,19 @@ To better handle the disassmbley and analysis of the CP/M components, each one w
3131
At the moment, only the loader and the BIOS are disassemblied.
3232
To build them, just run
3333

34+
cd cpm
3435
make assemble
3536

3637
To check the asm file consistency, run
3738

39+
cd cpm
3840
make test
3941

4042
### Handle CP/M file system
4143

4244
The CP/M file system onto the `SANCO8003_CPM_2.2fr.bin` image may be accessed using the [cpmtools](http://www.moria.de/~michael/cpmtools/).
4345
An appropriate disk definition file is needed (`diskdefs`), which is included in this repository.
46+
Some of the applications, in particular the ones that are implemented for the Sanco computers, can be found dissassembled and commented in [applications](applications/README.md) folder.
4447

4548
#### Print the content of the disk
4649

applications/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
- [FMT8003.COM](https://github.com/BayoDev/Sanco_8000/blob/main/CP-M/DISASSEMBLY/FMT8003_disassembly.z80): disk format utility;
99
- [FUNK00.COM](FUNK00.COM.asm): keymap configuration;
1010
- [PAR8003.COM](PAR8003.COM.asm): configure diskette units;
11-
- REV.COM: delete files, **disassembly in progress**;
11+
- [REV.COM](REV.COM): delete files;
1212
- [RCX62.COM](https://github.com/BayoDev/Sanco_8000/blob/main/CP-M/DISASSEMBLY/RCX62_disassembly.z80): receive data from serial port;
1313
- [SG8003.COM](SG8003.COM.asm): boot sector copier, used to change the boot program
1414
- [SLF80037.COM](SLF80037.COM.asm): bootstrap application;
1515
- [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**;
16+
- [TRX62.COM](TRX62.COM): send data through serial port;
1717

1818
## CP/M system tools and applications
1919

0 commit comments

Comments
 (0)