Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elifgokpinar/cpu-little-compiler


https://github.com/elifgokpinar/cpu-little-compiler

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# CPU-Little-Compiler

We implemented a processor that includes AND, ADD, LD, ST, ANDI, ADDI, CMP, JUMP, JE, JA, JB, JBE, JAE instructions.

Properties :



  • Processor will have 16 bits address width and 16 bits data width.

  • 8 registers are used in processor.(R0,R1,R2,…..,R7)

  • Data Memory has 10 bits address width and 16 bits data width.

  • There are 5 components : Instruction memory, Data Memory ,Register File, ALU, Control Unit.

Team:



  • Ezgi Doğruer

  • İsra Nur Alperen

  • Elif Gökpınar