mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-26 23:10:32 +00:00
7
ChangeLog since 3.0 rc2
aquynh edited this page 2014-10-31 00:52:59 -07:00
-
Use common instruction operand types REG, IMM, MEM & FP across all architectures (see commit
21ac056728
) -
Use common instruction group types across all architectures (see commit
3ab509192a
) -
Fix an overflow bug in fill_insn() in cs.c.
-
Mips: properly handle modes MIPS32R6 & MICRO.
-
ARM: instructions B, BL, BX, BLX, BXJ belong to ARM_GRP_JUMP group.
-
X86: remove bogus instructions X86_INS_REP/REPNE/LOCK (x8.h).
-
X86: added prefixed symbols X86_PREFIX_REP/REPNE/LOCK/CS/DS/SS/FS/GS/ES/OPSIZE/ADDRSIZE (x86.h)
-
PPC: add new operand type PPC_OP_CRX.