summaryrefslogtreecommitdiff
path: root/src/arch/x86/op_add.c
AgeCommit message (Expand)Author
2012-10-18Reorganized the code for the x86 architecture support.Cyrille Bagard
2012-01-01Updated copyright dates.Cyrille Bagard
2010-08-01Deleted the 'AsmOperandSize' definition and set the x86 minimal instruction s...Cyrille Bagard
2009-05-17Used only the new format of processor/instructions/operands for x86.Cyrille Bagard
2009-04-29Supported more x86 opcodes.Cyrille Bagard
2008-12-23Supported more add opcodes: 0x03 and fixed 0x01.Cyrille Bagard
2008-10-27Extended the current opcode support (0x01, 0x72, 0x73, 0x88, 0xd3, 0xf7, 0xfc...Cyrille Bagard
2008-10-26Completed support of the 0x81 and 0xc1 opcodes.Cyrille Bagard
2008-10-19Registered symbols found in the PLT.Cyrille Bagard
2008-09-20Centralized all the code used to decode instructions.Cyrille Bagard
2008-09-16Added a 'x86_' to all functions decoding opcodes.Cyrille Bagard
2008-09-14Made the program able to disassemble a simple binary completely.Cyrille Bagard
2008-08-03Read registers from the ModR/M encoding.Cyrille Bagard