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

Really early and very incomplete ZX Spectrum support

This commit is contained in:
Karol Stasiak
2018-07-03 22:37:18 +02:00
parent 00be0b552e
commit 24ae52e3cc
5 changed files with 115 additions and 0 deletions
+2
View File
@@ -56,6 +56,8 @@ Read [the Apple 2 programming guide](./apple2-programming-guide.md) for more inf
* `pc88` NEC PC-88 (very incomplete and not usable for anything yet)
* `zxspectrum` Sinclair ZX Spectrum 48k (very incomplete and not usable for anything yet)
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.