Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.04 KB

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