commit ea12b6badd81edf9a6d157a6f2287bb10a0403c2
parent c85e1c2477fd7377baf4592a6a98d905b8d2938f
Author: BigEd <ed.spittles@gmail.com>
Date: Mon, 15 Aug 2016 07:58:14 +0100
Add One Instruction Set Computer
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -196,6 +196,7 @@ Lastly, if you are into JavaScript, you might enjoy [Echo JS](http://www.echojs.
- [Little Man Computer](http://peterhigginson.co.uk/LMC) a minimal CPU for teaching - emulator by Peter Higginson. ([Background](https://en.wikipedia.org/wiki/Little_man_computer))
- [NanoWasp](http://www.nanowasp.org) - A MicroBee emulator
- [Nascom 2 emulator](http://thorn.ws/jsnascom/jsnascom.html) by Tommy Thorn. (J to start Basic) ([Source](https://github.com/tommythorn/jsnascom))
+- [One Instruction Set Computer (OISC)](https://www.cs.drexel.edu/~bls96/oisc/OISC.html) by Brian L. Stuart. ([Explanation](https://www.cs.drexel.edu/~bls96/oisc/))
- PC-01 Lviv - An emulator for the PC-01 Lviv (Ukrainian home computer) ([Source](https://github.com/dolgarev/emulator-pc01-lviv))
- [RockyJS](https://pebble.github.io/rockyjs/) - Pebble watch interpreter/emulator
- [Radio-86RK](http://rk86.ru) Radio-86RK emulator in JavaScript (Intel 8080 based 8-bit Russian home computer) ([Source](https://github.com/begoon/rk86-js))