Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 266 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 266 Bytes

CPU Simulator

Created a C program to simulate and understand a Von Neumann architecture CPU with 8 registers, 16 bits memory, condition flags and program counter register.

Implemented the fetch-decode-execute cycle for 19 instructions by using binary operations.