diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +10-08-19 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/x86/instruction.c: + * src/arch/x86/instruction.h: + * src/arch/x86/op_cmp.c: + * src/arch/x86/opcodes.h: + Support several extra x86 instructions. + + * src/arch/x86/operand.c: + * src/arch/x86/operand.h: + Support three extra x86 operands. + + * src/arch/x86/op_movzx.c: + * src/arch/x86/op_rcl.c: + * src/arch/x86/op_rcr.c: + * src/arch/x86/op_ret.c: + * src/arch/x86/op_rol.c: + * src/arch/x86/op_ror.c: + * src/arch/x86/op_sar.c: + * src/arch/x86/op_shl.c: + * src/arch/x86/op_shr.c: + * src/arch/x86/processor.c: + Support several extra x86 instructions. + 10-08-17 Cyrille Bagard <nocbos@gmail.com> * src/arch/x86/instruction.c: |