plasma-disassembler / plasma

Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax.
GNU General Public License v3.0
3.05k stars 275 forks source link

Implemented decoding instructions AND, SHR, SHL, IMUL #13

Closed dnet closed 9 years ago

dnet commented 9 years ago

This contains #12 as well, so feel free to ignore that, this branch contains those changes as well.

ghost commented 9 years ago

Cool thank you !