commit 31e43ef30d60daeca3573d4856f89108b2231ef9
parent ae4e5a97b422fa5095d08e2cd4168975dbe56ca3
Author: akkartik <akkartik@web>
Date: Sat, 25 Jun 2022 04:35:24 +0200
qbe
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/C.mdwn b/C.mdwn
@@ -33,3 +33,4 @@ Compilers:
* [Open Watcom](http://www.openwatcom.org/) is a C/C++/Fortran compiler usable for targeting legacy x86 operating systems such as [[DOS]].
* [Tiny C Compiler](https://bellard.org/tcc/) is a small (100+ KB) standalone C compiler for "modern" x86 and ARM targets (i.e. [[Linux]] but not [[DOS]]).
* [vbcc](http://www.compilers.de/vbcc.html) is an optimizing C99 compiler particularly suitable for some legacy targets such as [[68000]] and [[6502]].
+ * [cproc](https://sr.ht/~mcf/cproc) and [other compilers](https://c9x.me/compile/users.html) based on [the QBE compiler backend](https://c9x.me/compile).