Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elifgokpinar/cpu-little-compiler
https://github.com/elifgokpinar/cpu-little-compiler
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/elifgokpinar/cpu-little-compiler
- Owner: elifgokpinar
- Created: 2021-02-21T18:48:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-25T23:05:49.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T17:47:42.928Z (2 months ago)
- Language: Java
- Size: 989 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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