Online Assembler and Disassembler

by @Jonathan Salwan using Keystone and Capstone projects.

 

ARM ARM (thumb) AArch64 Mips (32) Mips (64) PowerPC (32) PowerPC (64)
Sparc x86 (16) x86 (32) x86 (64)

Inline Python Hex C-Array

 

 

ARM ARM (thumb) AArch64 Mips (32) Mips (64) PowerPC (32) PowerPC (64)
Sparc x86 (16) x86 (32) x86 (64)

Little Endian Big Endian

Base addr

Addresses Bytescodes Instructions

 

Disassembly

0x0000000000000000:  55          push bp
0x0000000000000001: 8B EC mov bp, sp
0x0000000000000003: 56 push si
0x0000000000000004: 8B 76 02 mov si, word ptr [bp + 2]
0x0000000000000007: E8 04 FF call 0xff0e