From 688fbed347554944aa8f9d0bbd9f66694a8fa353 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Tue, 6 Oct 2020 18:40:30 +0200 Subject: 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/ --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index fc589f1..d026195 100644 --- 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 -- cgit v1.2.3