You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
C program to simulate and understand a Von Neumann architecture CPU with 8 registers, 16 bits memory, condition flags and program counter register.