Commit graph

5 commits

Author SHA1 Message Date
rkx1209 cb6c19f046 Fixed determination logic of which x31 is 'Zero register' or 'Stack Pointer'
According to C6.1.3 Use of the stack pointer, X31 must be Stack pointer,
when Add/Sub, Logical with Imm and base index of address used by Load/Store.
2018-03-10 01:30:18 +09:00
rkx1209 ff87bb49c5 Add some arithmetric and logic operations 2018-02-16 23:25:49 +09:00
rkx1209 60267e3627 Add LogicReg and Add/SubExtReg ops support to Disassembler 2018-01-04 09:01:57 +09:00
rkx1209 b00aea1a31 Add Unconditional branch op support to Disassembler 2018-01-02 03:55:24 +09:00
rkx1209 cf23eabba3 Add test framework based on libtransisotr(Reswithed Team works) 2018-01-02 00:19:54 +09:00