This isn't designed to emulate any specific hardware set. It is not a functional emulator. It is simply a virtual machine written in python as a fun personal project. I will update yall as i go
Update Log: This is a description of the updates
made ram more rammy
added ram
added registers
upgraded to 8 bits; Performance is blazing speed even for python so im keeping it like this.
Added simple ALU. All functions for now use the adder circuit. I'm not gonna spend effort making a subtracter when that would be reinventing the wheel.
Fixed problem with xor gates
Added Logic Gates