commit 6145bc04ce0038967c778c7cdd3d49f81c5ee178
parent de06c7288827372bc9cdf471a74c5a133e8dfec2
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Sun, 14 Jun 2015 15:04:09 +0200
Adding "Visulator" simulator
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -106,6 +106,7 @@ Lastly, if you are into JavaScript, you might enjoy [Echo JS](http://www.echojs.
- [TI-92 Plus emulator](http://www.ocf.berkeley.edu/~pad/emu/v11.html) - JavaScript emulator for the TI-92 Plus
- Virt.js - JavaScript emulation library ([Source](https://github.com/arcanis/virt.js/))
- [Visual 6502](http://www.visual6502.org/JSSim/) - JavaScript simulator for the 6502 CPU
+- [Visulator](http://thlorenz.com/visulator/) - x86 machine emulator that visualizes how each instruction is processed ([Source](https://github.com/thlorenz/visulator))
- [jor1k](http://s-macke.github.io/jor1k/) - OpenRISC OR1K JavaScript emulator running Linux with network support ([Source](https://github.com/s-macke/jor1k/))
- [jsMSX](http://jsmsx.sourceforge.net/) - The first MSX emulator 100% written in JavaScript
- [jslm32](http://www.ubercomp.com/jslm32/src/) - JavaScript LatticeMico32 emulator running Linux ([Source](https://github.com/ubercomp/jslm32/))