Re-add Michael Schierl's emulator link to README
I has removed it when I switched to Forth because it was emulating the assembler version, but Michael updated it, so I relink it. The JS VM part is so cool!
This commit is contained in:
parent
20813f71b8
commit
e8f1464ae5
@ -30,6 +30,11 @@ See `/emul/README.md` for getting an emulated system running.
|
|||||||
|
|
||||||
Then, run `0 LIST` for an introduction, follow instructions from there.
|
Then, run `0 LIST` for an introduction, follow instructions from there.
|
||||||
|
|
||||||
|
Alternatively, there's also [Michael Schierl's JS Collapse OS emulator][jsemul]
|
||||||
|
which is awesome and allows you to run Collapse OS from your browser, but it
|
||||||
|
isn't always up to date. The "Javascript Forth" version is especially awesome:
|
||||||
|
it's not a z80 emulator, but a *javascript port of Collapse OS*!
|
||||||
|
|
||||||
## Organisation of this repository
|
## Organisation of this repository
|
||||||
|
|
||||||
* `blk`: Collapse OS filesystem's content. That's actually where Collapse OS'
|
* `blk`: Collapse OS filesystem's content. That's actually where Collapse OS'
|
||||||
@ -54,3 +59,4 @@ one was entirely written in z80 assembly. If you're interested in that
|
|||||||
incarnation, checkout the `z80asm` branch.
|
incarnation, checkout the `z80asm` branch.
|
||||||
|
|
||||||
[web]: https://collapseos.org
|
[web]: https://collapseos.org
|
||||||
|
[jsemul]: https://schierlm.github.io/CollapseOS-Web-Emulator/
|
||||||
|
Loading…
Reference in New Issue
Block a user