Add MOAR links

This commit is contained in:
Joshua Bell 2014-09-25 19:22:12 -07:00
parent fe806c4629
commit 398277039c
1 changed files with 10 additions and 1 deletions

View File

@ -121,7 +121,16 @@ By <a href="mailto:inexorabletash@gmail.com">Joshua Bell</a>
<h3 id="links">Links</h3>
<ul>
<li><a target="_blank" href="http://www.scullinsteel.com/apple2/">Apple IIjs</a> - a full emulator in JavaScript
<li>
Real emulators in JavaScript:
<a target="_blank" href="http://www.scullinsteel.com/apple2/">Apple IIjs</a>,
<a target="_blank" href="http://www.scullinsteel.com/apple//e">Apple //jse</a>,
<a target="_blank" href="http://www.megidish.net/apple2js/">Apple2JS</a>,
and
<a target="_blank" href="https://github.com/nicholasbs/appletoo">many</a>
<a target="_blank" href="http://porkrind.org/a2/">more</a>
<li><a target="_blank" href="http://www.6502asm.com/">6502asm.com</a> - a 6502 assembler/emulator in JavaScript
<li><a target="_blank" href="http://www.quitebasic.com/">Quite BASIC</a> - a similar project aimed at teaching programming
<li><a target="_blank" href="http://navahogunleg.net/blog/my-projects/ng-basic/">NG-BASIC for Javascript</a> Navaho Gunleg's interpreter