DEV Community

Nevin Kadlec
Nevin Kadlec

Posted on

CPU task emulation

This is not an exact emulation of a cpu, it is just a program wrote in Python that takes binary and opcode/binary txt file, then outputs the decoded binary and arithmetic. This project was for learning purposes, so any and all advice or tips are more than welcome!

https://github.com/ErzaKaneki/Python/tree/main/CPU

Top comments (0)