Skip to content

An assembler and hardware simulator for Mano Basic Computer, a 16-bit computer.

License

Notifications You must be signed in to change notification settings

farkoo/farkoo-Simulator

Repository files navigation

farkoo-Simulator

An assembler and hardware simulator for Mano Basic Computer, a 16 bit computer

This is a C# application that compiles assembly code for and runs a simulation of Mano's Computer as detailed in:

Computer System Architecture, 3rd edition by M. Morris Mano Published by Prentice-Hall, c 1993 Chapter 5, pp 123-172.

Capabilities:

  • Load pre-written code in the program (only .rtf format)
  • Save the written code
  • Compile the code
  • Run the program line by line automatically at the appropriate speed
  • Run the program line by line manually
  • Stop running the program
  • Terminate program execution

Requirement:

I used Visual Studio 2019 for this program.

Support

Contact me @:

e-mail:

Telegram id:

License

MIT © Farzaneh Koohestani