commit dc3f926d2b47aa236e9049f34029f8e07101d27a
parent 6145bc04ce0038967c778c7cdd3d49f81c5ee178
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Sun, 14 Jun 2015 17:44:55 +0200
Adding "Simple 8-bit Assembler Simulator"
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -103,6 +103,7 @@ Lastly, if you are into JavaScript, you might enjoy [Echo JS](http://www.echojs.
- [NanoWasp](http://www.nanowasp.org) - A MicroBee emulator
- PC-01 Lviv - An emulator for the PC-01 Lviv (Ukrainian home computer) ([Source](https://github.com/dolgarev/emulator-pc01-lviv))
- [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))
+- [Simple 8-bit Assembler Simulator](http://schweigi.github.io/assembler-simulator/) - Provides a simplified assembler syntax (based on NASM) and is simulating a x86 like CPU ([Source](https://github.com/Schweigi/assembler-simulator))
- [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