commit ce338dcbf08cbae2efba344e5aa077bdd3de1f4d
parent ec9f941f2e317565be9de3bae55d76d64af8e2d6
Author: BigEd <ed.spittles@gmail.com>
Date: Tue, 14 Mar 2017 19:45:53 +0000
Add 1k Turing Machine
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -206,6 +206,7 @@ Lastly, if you are into JavaScript, you might enjoy [Echo JS](http://www.echojs.
- [JsPspEmu](http://jspspemu.com) - JavaScript PSP emulator ([Source](https://github.com/jspspemu/jspspemu))
- [Little Man Computer](http://matt.krutar.org/LMC4/) a minimal CPU for teaching - emulator by Matthew Krutar. ([Background](https://en.wikipedia.org/wiki/Little_man_computer))
- [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))
+- [Machine in a machine](http://js1k.com/2010-first/details/455) - Turing Machine Implementation in 1k from the [JS1k competition](http://js1k.com/)
- [Marmmodore-1K](http://js1k.com/2016-elemental/details/2415) - minimal 8-bit computer in 1k by Felipe Alfonso
- [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))