[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.c

Small C for gcc

jacko

4/22/2011 4:14:00 AM

http://scc-on-gcc.goog...

An adaptation of Small C which compiles on gcc. Currently makes 8080 code, but it may have assembly problems. No assembler or linker. Aim is to adapt for new instruction set bootstrap. Enjoy.

Cheers Jacko
1 Answer

luserXtrog

4/25/2011 4:01:00 AM

0

On Apr 21, 11:13 pm, Jacko <jackokr...@gmail.com> wrote:
> http://scc-on-gcc.goog...
>
> An adaptation of Small C which compiles on gcc. Currently makes 8080 code, but it may have assembly problems. No assembler or linker. Aim is to adapt for new instruction set bootstrap. Enjoy.
>
> Cheers Jacko

If you haven't stumbled across is already, www.tuhs.org has some very
old k&r compiler source code. IIRC, version 2 is mostly (or all)
assembler
but version 3 was the first bootstrapped (C) version. It's the
weirdest
c-code I've seen (modulo deiberate obfuscation).