diff options
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: |