Update readme.md

This commit is contained in:
Anselm Levskaya 2013-03-19 11:26:51 -07:00
parent 230f3d9676
commit 05613d8944
1 changed files with 2 additions and 2 deletions

View File

@ -13,6 +13,8 @@ In the off-chance someone else might be interested in this code as a
basis for further weird in-browser x86 hacking I'm posting this
redacted version of the code here.
There is a much more complete, ground-up project to build a 386-style emulator in javascript called [jslm32][3].
### Status
It's still a dense code base, it's an emulator of a rather
complicated architecture, after all. However this version is nowhere
@ -27,8 +29,6 @@ Everything but the flow-control (JMP CALL RET) routines is fairly
comprehensible. There's still some unnamed functions there as I
haven't worked out exactly what's going on.
There is a much more complete, ground-up project to build a 386-style emulator in javascript called [jslm32][3].
### ETC
I highly recommend, by the way, the excellent [JSShaper][2] library for transforming large javascript code bases. The hacks I made from it are in this repo: a little symbol-name-transformer node.js script and an emacs function for doing this in live buffers.