diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +10-04-05 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/x86/instruction.c: + * src/arch/x86/instruction.h: + Support some extra opcodes : popa and arpl. + + * src/arch/x86/Makefile.am: + Add op_arpl.c to libarchx86_la_SOURCES. + + * src/arch/x86/op_arpl.c: + New entry: support the 'arpl' instruction. + + * src/arch/x86/opcodes.h: + * src/arch/x86/op_pop.c: + * src/arch/x86/processor.c: + Support some extra opcodes : popa and arpl. + 10-03-31 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |