An open API service indexing awesome lists of open source software.

https://github.com/jasonv/mythsim

The Mythical CPU Simulator for Real Students
https://github.com/jasonv/mythsim

assembly-language computer-architecture cpu-simulator educational-software microcode simulator

Last synced: about 1 year ago
JSON representation

The Mythical CPU Simulator for Real Students

Awesome Lists containing this project

README

          

# MythSim
## The Mythical CPU Simulator for Real Students

![image](/doc/allwindows.png)

### Summary

MythSim is a visual microcode simulator. It can take microcode, along with program code and data stored in memory, and "run" the code, with the computed results being written to memory. The user can step through the program, observing the values in the registers and other major components. MythSim makes it much easier and less time-consuming to learn the details needed to succeed in a Computer Architecture course.

### Documentation

* [User's Guide](https://github.com/jasonv/MythSim/blob/master/doc/users-guide.md)
* [Quick Reference Card](doc/quick_reference.pdf)
* [Examples](examples)