commit 688fbed347554944aa8f9d0bbd9f66694a8fa353
parent 64ee7df437b5ee497cac0a7ac7d382306a5cd159
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Tue, 6 Oct 2020 18:40:30 +0200
README: tested with cproc and sdcc on Z80 emulator, for fun
cproc:
cproc: https://github.com/michaelforney/cproc
qbe: https://c9x.me/compile/
z80 (sfeed base program)
fuzix: http://www.fuzix.org/
RC2014 emulator: https://github.com/EtchedPixels/RC2014
sdcc: http://sdcc.sourceforge.net/
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README b/README
@@ -111,7 +111,7 @@ Optional dependencies
OS tested
---------
-- Linux (compilers: clang, gcc, pcc, tcc, libc: glibc, musl).
+- Linux (compilers: clang, cproc, gcc, pcc, tcc, libc: glibc, musl).
- OpenBSD (clang, gcc).
- NetBSD
- FreeBSD
@@ -119,12 +119,13 @@ OS tested
- Windows (cygwin gcc, mingw).
- HaikuOS (using libbsd).
- FreeDOS (djgpp).
+- FUZIX (sdcc -mz80).
Architectures tested
--------------------
-amd64, ARM, aarch64, HPPA, i386, SPARC64.
+amd64, ARM, aarch64, HPPA, i386, SPARC64, Z80.
Files