DEV Community

Santiago Díaz
Santiago Díaz

Posted on

CPU SIMULATOR

Recenltly I started learning computer architecture, so with some stuff I undertood from that I started making a CPU simulator. It reads instructions from a text file in an Assembly-like structure and executes it from the main file.

It doesn't have a lot of features, but i think it does certain things from the CPU.

The repo:

CPU Simulator

This program tries to simulate the behavior of the CPU.

Currently starting on computer architecture, so the main purpose was to read instructions, store some data and implement an ALU.




If you have any recomendation to improve the code, let me know!
Thank you!

Top comments (0)