diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2020-10-06 18:40:30 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2020-10-09 11:27:06 +0200 |
commit | 688fbed347554944aa8f9d0bbd9f66694a8fa353 (patch) | |
tree | 00812457b68278cd10bad4bdbd22f5cd3ffa16fe /README | |
parent | 64ee7df437b5ee497cac0a7ac7d382306a5cd159 (diff) |
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 (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |