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 OR and MOVSX + minor fixes #19

Closed dnet closed 9 years ago

dnet commented 9 years ago

I added the two instructions and did some cleanup. Although MOVSX does sign extension, but it's hard to express that in C, so I made it work like MOV, but if you have a better idea, feel free to change it before merging.

ghost commented 9 years ago

Thanks