summaryrefslogtreecommitdiff
path: root/disasm.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-28Implement REL/ABS modifiersH. Peter Anvin1-9/+14
2007-05-30Fix the handling of the \313 code.H. Peter Anvin1-0/+5
2007-05-30Get rid of magic open-coded "register numbers"H. Peter Anvin1-9/+0
2007-05-30Rename REGNORM to REG_EAH. Peter Anvin1-1/+2
2007-05-29Clean up the existing operand flag definitions, and documentH. Peter Anvin1-1/+1
2007-04-17Handle "LOCK as REX.R" for MOV CRx; fix warning for invalid 64-bit regsH. Peter Anvin1-19/+17
2007-04-16More 64-bit ndisasm fixes.H. Peter Anvin1-13/+15
2007-04-16Fixes for 64-bit ndisasm.H. Peter Anvin1-78/+56
2007-04-16Initial 64-bit support for ndisasm. Still a work in progress.H. Peter Anvin1-222/+271
2007-04-14c99 printf/fprintf compliance.Keith Kanios1-5/+5
2007-04-13Fixed distinction between char and int8_t data types.Keith Kanios1-10/+10
2007-04-12General push for x86-64 support, dubbed 0.99.00.Keith Kanios1-33/+35
2005-01-15Apply Nindent to all .c and .h filesH. Peter Anvin1-595/+738
2004-12-15Added todo item to point out the somewhat tricky fact about snprintf'sEd Beroset1-0/+7
2004-12-15Corrected typo in variable name.Ed Beroset1-35/+35
2004-12-15changed sprintf to more secure snprintf to prevent vulnerability to bufferEd Beroset1-39/+39
2003-02-24Add support for the new instructions in PrescottH. Peter Anvin1-0/+4
2002-09-19Fixes from Bart OldemanH. Peter Anvin1-11/+11
2002-09-12"const"-ipation fixes from Trevor WoernerH. Peter Anvin1-1/+1
2002-06-06This is the "megapatch":H. Peter Anvin1-23/+10
2002-06-02Make the disassembler correctly handle the new \34-\36 and \44-\46 codes.H. Peter Anvin1-1/+11
2002-05-21JMP instructions use the operand size prefix, not the address sizeH. Peter Anvin1-3/+6
2002-04-30NASM 0.98.11H. Peter Anvin1-1/+11
2002-04-30NASM 0.98p7H. Peter Anvin1-34/+50
2002-04-30NASM 0.98p3.5H. Peter Anvin1-39/+54
2002-04-30NASM 0.98p3H. Peter Anvin1-12/+29
2002-04-30NASM 0.96H. Peter Anvin1-5/+22
2002-04-30NASM 0.95H. Peter Anvin1-2/+2
2002-04-30NASM 0.94H. Peter Anvin1-0/+2
2002-04-30NASM 0.91H. Peter Anvin1-0/+667