From 820f08939522fef085d06ebc76a6d51711d35a2a Mon Sep 17 00:00:00 2001 From: Yonggang Wang Date: Sun, 8 Mar 2020 22:37:55 +0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index de1af70..a09ab17 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,18 @@ A JavaScript simulator to demonstrate the front panel operations of Altair 8800. Simply open index.html in browser, or copy the entire dir to your web server's root dir. +The simulator UI supports English and Chinese for now. In a desktop browser, you may use mouse to toggle or click the switches on the panel directly. + + + +There is a DEBUG tab where you can check the internal status of the simulated 8080 CPU, or the contents of the simulator's memory. + + + +The simulator works fine with modern mobile browsers, except that it is a bit challenging to touch a single switch on the panel on a mobile screen. Although, the helper switch buttons below the panel can be used as an alternative solution. + + + ## References * [Wikipedia: Altair 8800](https://en.wikipedia.org/wiki/Altair_8800)