diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2008-09-09 22:52:57 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2008-09-09 22:52:57 (GMT) |
commit | 15387adcbd3e27fe581754c0ee56edc64272d58e (patch) | |
tree | 45c655c89c7da57fff822569c4bc3dc655032eb6 /ChangeLog | |
parent | b77dcf34b9b2308978e1c6333b34cde9f0e27a8c (diff) |
Supported the 'moffs' type of operand.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@28 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2008-09-10 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/operand-int.h: + Add a new type of operand for the addresses on the data segment (X86). + + * src/arch/x86/instruction.h: + * src/arch/x86/opcodes.h: + Handle two more opcodes (mov: 0xa0 and 0xa1). + + * src/arch/x86/operand.c: + * src/arch/x86/operand.h: + Support the 'moffs' type of operand. + + * src/arch/x86/op_mov.c: + * src/arch/x86/processor.c: + Handle two more opcodes (mov: 0xa0 and 0xa1). + 2008-09-09 Cyrille Bagard <nocbos@gmail.com> * src/arch/x86/instruction.h: |