1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-22 00:17:03 +00:00

Preliminary CP/M support

This commit is contained in:
Karol Stasiak
2018-07-31 01:02:55 +02:00
parent 2046f94b55
commit f929e396df
6 changed files with 119 additions and 0 deletions
+4
View File
@@ -61,6 +61,10 @@ Read [the Apple 2 programming guide](./apple2-programming-guide.md) for more inf
* `zxspectrum_8080` Sinclair ZX Spectrum 48k, using only Intel 8080 instructions
* `cpm` CP/M on Intel 8080
* `cpm_z80` CP/M on Z80
The primary and most tested platform is Commodore 64.
Currently, targets that assume that the program will be loaded from disk or tape are better tested.