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
This is an HTML/Javascript CPU simulator and assembler for the CPU I designed. Originally, I created this CPU on paper many years ago for a homework assignment in college. More recently, I implemented my de# the Logisim logic simulator, and eventually it ran on an FPGA.
This was for a class project for my computer organization class(Fall 2017). The project was to simulate to a certain degree a CPU with java. We had to create our own implementation of certain assembly codes, a machine code to assembly translator, a assembly code to machine code translator, and logical/arithmetic bit operations. There are three G…