Real-time assembler/disassembler in your browser

Assembler: type your assembly code, and get your machine code as you type.

Disassembler: paste your machine code (as hex literal, byte array or base64 encoded), and get your disassembly instantly.

Everything is done in the browser, so your code never leaves your browser. This App requires a modern browser with support for WASM (tested on latest Google Chrome and Firefox).

Please wait, loading WASM file ...

Copyright © 2020 Yohanes Nugroho. Code is based on Keystone Engine and capstone engine. Source code available on Github.