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 277 forks source link

fuse XOR, AND, OR instructions with jumps #26

Closed dnet closed 9 years ago

dnet commented 9 years ago

See test diff for example, further instructions can be added to ASSIGNMENT_OPS in lib/output.py, as it gets imported into lib/ast.py as well.

ghost commented 9 years ago

Thanks. I have renamed some functions+variables concerning the fusion.