File tree Expand file tree Collapse file tree 3 files changed +24
-38
lines changed
Expand file tree Collapse file tree 3 files changed +24
-38
lines changed Load Diff This file was deleted.
File renamed without changes.
Original file line number Diff line number Diff line change 1+ # Mano Simulator
2+
3+ > An assembler and hardware simulator for the Mano Basic Computer, a 16 bit computer.
4+
5+ This is a JavaFX application that compiles assembly code for and runs a simulation of Mano's Computer as detailed in:
6+
7+ Computer System Architecture, 3rd edition
8+ by M. Morris Mano
9+ Published by Prentice-Hall, c 1993
10+ Chapter 5, pp 123-172.
11+
12+ ## Usage
13+
14+ Make sure you have Java and JavaFX installed. Some Java installations bundle JavaFX, but some do not.
15+
16+ Download the latest jar from [ releases] ( https://github.com/TomerAberbach/mano-simulator/releases ) and then run the following command:
17+
18+ ``` sh
19+ $ java -jar mano-simulator.jar
20+ ```
21+
22+ ## License
23+
24+ [ MIT] ( https://github.com/TomerAberbach/mano-simulator/blob/master/license ) © [ Tomer Aberbach] ( https://github.com/TomerAberbach )
You can’t perform that action at this time.
0 commit comments