diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-10-11 13:40:13 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-10-11 13:40:13 (GMT) |
commit | 4145d0d7051f12b1a59d5728d6d2609e598e01f6 (patch) | |
tree | 2b31b17f9567cf5de1a50f9bf73a1cb6106c7709 /ChangeLog | |
parent | ba83d7ea7338945c817bc28aa94a41947f2472a1 (diff) |
Supported new opcodes and new kind of operands (m(8|16|32)).
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@130 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,31 @@ +09-10-11 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/x86/instruction.c: + * src/arch/x86/instruction.h: + Support extra opcodes. + + * src/arch/x86/Makefile.am: + Add op_movs.c and op_stos.c to libarchx86_la_SOURCES. + + * src/arch/x86/opcodes.h: + Support extra opcodes. + + * src/arch/x86/operand.c: + * src/arch/x86/operand.h: + Support a new kind of operands: m(8|16|32). + + * src/arch/x86/op_movs.c: + New entry: add support for the movs opcode. + + * src/arch/x86/op_movsx.c: + Support extra opcodes. + + * src/arch/x86/op_stos.c: + New entry: add support for the stos opcode. + + * src/arch/x86/processor.c: + Support extra opcodes. + 09-10-08 Cyrille Bagard <nocbos@gmail.com> * src/format/elf/elf_def.h: |