summaryrefslogtreecommitdiff
path: root/src/arch/x86/op_int.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-10-07Created a function to load n x86 operands and supported extra x86 opcodes.Cyrille Bagard
2009-05-18Fixed various bugs in the last commit.Cyrille Bagard
2009-05-17Used only the new format of processor/instructions/operands for x86.Cyrille Bagard
2009-04-12Created a debugging layout and introduced a heavier use of GLib.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-07-31Handled the virtual offset and fixed the operand-size overriding.Cyrille Bagard
2008-07-27Supported new x86 opcodes (nop and mov).Cyrille Bagard
2008-07-26Parsed x86 binary data and displayed the result.Cyrille Bagard