Tim Hatch

Weblog | Photos | Projects | Panoramas | About

About JSAssembly

Basically, I was bored one day and thought about whether it would be easy (or possible for that matter) to interpret an extremely low-level language in a rather high-level one (inside a browser, no less). It turns out that it’s reasonably easy, and I even turn it into a rudimentary parse tree in case you want to fiddle with the code or perform stats on it. From JavaScript. Yeah.

Demo

See index.html for the current (unversioned) demo. If there’s further interest, I will flesh this out and provide downloadable version. For now, just look at the source.