Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 415 Bytes

File metadata and controls

2 lines (2 loc) · 415 Bytes

ComputerSimulator

ComputerSimulator is a java program to simulate a computer. The computer simulator has a memory and a CPU. The CPU consists an instruction codec, signal controller and different registers, such as PC,CCR,IR, GPR, MAR, MBR, MFR , MSR and Index Register. when the IPL button is pushed the machine will preload a bootstrap program from ROM to RAM and ready for the user to hit Run or Single step.