aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty/masm/disassembler/mips32/Mips32Opcode.cpp
Commit message (Collapse)AuthorAgeFilesLines
* V4: add mips32 disassembler.Julien Brianceau2015-06-191-0/+620
Add a rudimentary disassembler for mips32 instruction set. Although few instructions might be missing, the whole set from MacroAssemblerMIPS should be covered. Change-Id: I9b1b9b40537b99098ca65036f671651d04fe1ab6 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>