From f96e9a6b6ef6d540661cd2b83762889f1234b828 Mon Sep 17 00:00:00 2001 From: Yonggang Wang Date: Sun, 8 Mar 2020 22:13:11 +0800 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index d962ebd..02a10cc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # Altair 8800 simulator. A JavaScript simulator to demonstrate the front panel operations of Altair 8800. + +## Usage + +Simply open index.html in browser, or copy the entire dir to your web server's root dir. + +## References + + * [Wikipedia: Altair 8800](https://en.wikipedia.org/wiki/Altair_8800) + * [Wikipedia: Intel 8080 CPU](https://en.wikipedia.org/wiki/Intel_8080) + * [Intel 8080 instruction set](http://www.classiccmp.org/dunfield/r/8080.txt) + * [Original Altair 8800 manuals](https://altairclone.com/altair_manuals.html) + * [Altair 8800 Operator's Manual](https://altairclone.com/downloads/manuals/Altair%208800%20Operator's%20Manual.pdf) + * [Intel 8080 Assembly Language Programming Manual](http://www.classiccmp.org/dunfield/r/8080asm.pdf) + * [Another Altair 8800 simulator](https://s2js.com/altair/)