Skip to content

Commit 1d85346

Browse files
committed
docs: simplify readme
1 parent 640c7a3 commit 1d85346

File tree

3 files changed

+24
-38
lines changed

3 files changed

+24
-38
lines changed

README.md

Lines changed: 0 additions & 38 deletions
This file was deleted.
File renamed without changes.

readme.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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)

0 commit comments

Comments
 (0)