File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,12 @@ From [the Wikipedia entry for the TX-2](https://en.wikipedia.org/wiki/TX-2):
1414
1515## Trying It Out
1616
17- To get started with using the emulator, please read [ Getting
18- Started] ( docs/getting-started.md ) .
17+ You can [ try out an online demo] ( https://tx-2.github.io/demo/ ) . This
18+ runs locally in your browser.
19+
20+ You can also check out a copy of the source code, and build and run
21+ the emulator yourself; to get started with using the emulator, please
22+ read [ Getting Started] ( docs/getting-started.md ) .
1923
2024## For More Information
2125
Original file line number Diff line number Diff line change 11# Getting Started
22
3+ ## Online Demo
4+
5+ If you just want to see the emulator running, the simplest way is to
6+ use the [ online demo] ( https://tx-2.github.io/demo/ ) . This runs
7+ locally in your browser.
8+
9+ The rest of this document explains to build and run the emulator and
10+ its associated tools yourself, but you don't need to do that just to
11+ see it running.
12+
13+ ## Components of the TX-2 Emulator
14+
315The TX-2 emulator repository includes several components:
416
517- Command-line tools for assembling, disassembling and inspecting TX-2
You can’t perform that action at this time.
0 commit comments