CPU Simulator

  Complexity:   

Enter the import string:

Copy this string into a text editor and save it as a text file. To import your work you will need it.


Import example file:

This online CPU simulator is based on a simple educational model of a microcode-based CPU that was suggested by Heinz-Peter Gumm, Manfred Sommer, and Martin Perner in 1995.

Literature:

The JavaScript source code can be found here: cpusim.js.

This website is part of the lecture Technical Computer Science.

Keywords: CPU simulator, virtual CPU, online CPU simulator, interactive CPU simulator, ALU, RAM, register, microcode, html5, javascript,