Skip to content

tsoding/disasm.js

Repository files navigation

disasm.js

Disassmebler in JavaScript because C is old and obsolete

WARNING! This project is not in any way a useful product. It's a result of "Farting Around" just for the sake of it. Nothing works the way you'd expect it.

Dependencies

Quick Start

$ npm install
$ nasm test.asm
$ hexdump -C test
$ node index.js test

Rebuilding JSON files with Opcodes

Opcodes are stolen from https://github.com/Maratyszcza/Opcodes and their original format is XML.

To rebuild JSON opcode files from the XMLs run

$ node rebuild-json.js

About

Disassmebler in JavaScript because C is old and obsolete

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published