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

added IDIV instruction decoding #15

Closed dnet closed 9 years ago

dnet commented 9 years ago

Since it puts the remainder and the quotient into two separate registers, I could only translate it into two C instructions separated by a semicolon. If you have a better idea, feel free to edit.

ghost commented 9 years ago

Thanks. It will be good for the moment, maybe if I find something else I will change it.