Close

Initial C compiler ready

A project log for The Moncky project

Creating a complete working retro 16-bit computer from scratch in the style of the C64, CPC 464 and alike using an FPGA

bigbatbigbat 09/10/2021 at 11:580 Comments

A first implementation of the C compiler is available on gitlab. 

The code can use some refactoring, and comments.

The compiler can already parse a lot of C-files but code generation is not implemented for a lot of constructions.  However, the basic structure is there and just needs extra code.

Still a lot of work :-) 

Discussions