diff --git a/readme.md b/readme.md index 61c4e3f..e4e1061 100644 --- a/readme.md +++ b/readme.md @@ -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.