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

Added handling of SSE movs for x86 #91

Closed jdavidberger closed 6 years ago

jdavidberger commented 6 years ago

The nice output option was not differentiating the SSE MOVSD instruction from the older MOVSD move string instruction. This handles that case and also adds a nicer output option for the various SSE MOVxxx instructions.

plasma-disassembler commented 6 years ago

Thanks !