erickahmed / iceberg

Iceberg is a virtual FPGA computer built from scratch using Systemverilog
GNU General Public License v3.0
6 stars 2 forks source link

Creation of a compiler #2

Open erickahmed opened 1 year ago

erickahmed commented 1 year ago

I want to revive this progect and I need some help by anyone that wants to contribute and maybe learn about this stuff

The compiler should be built for C code, and be able to translate is to assembly (also see issue #3 ) The assembly language could be a simple version of real assembly, as they did in Nand2Tetris, or (what was my initial plan) a dialect of assembly more similar to x86 asm syntax.