summaryrefslogtreecommitdiff
path: root/disasm.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-21BR 2592476: Treat WAIT as a prefix even though it's really an instructionH. Peter Anvin1-35/+20
2008-10-25disasm: introduce opyH. Peter Anvin1-3/+4
2008-10-23disasm: extension byte support in the disassemblerH. Peter Anvin1-12/+20
2008-10-23Add extension bytecodes to support operands 4+H. Peter Anvin1-0/+1
2008-10-09disasm: collapse all the segment register push/pop bytecodesH. Peter Anvin1-59/+2
2008-10-08Reshuffle and move the bytecodes for segment register push/popH. Peter Anvin1-61/+61
2008-10-07New opcode for 32->64 bit sign-extended immediate with warningH. Peter Anvin1-0/+1
2008-10-06New opcodes to deal with 8-bit immediate sign extended to opsizeH. Peter Anvin1-0/+1
2008-08-28BR 2029829: Accept VIA XCRYPT instructions with or without REPH. Peter Anvin1-0/+4
2008-08-20BR 2062342: ndisasm: r12 *can* be an index registerH. Peter Anvin1-2/+2
2008-07-30BR 2028910: fix decoding of VEX prefixes in 16- and 32-bit modeH. Peter Anvin1-16/+17
2008-05-26ndisasm: the high bit of is4 bytes is ignored in 32-bit modeH. Peter Anvin1-3/+4
2008-05-22Add tokens vex.ww and vex.wx; vex.wx is the defaultH. Peter Anvin1-2/+6
2008-05-21insnsn.c: cleaner to *not* separate out conditional instructionsH. Peter Anvin1-5/+4
2008-05-21Disassembler: select table based on VEX prefixesH. Peter Anvin1-1/+14
2008-05-21Fix display for fixed xmm0/ymm0, SSE redundant prefixesH. Peter Anvin1-0/+7
2008-05-20VEX prefixes apply to VEX instructions only...H. Peter Anvin1-0/+6
2008-05-20Handle is4 bytes without meaningful information in the bottom bitsH. Peter Anvin1-0/+10
2008-05-20ndisasm: simple compare for conditional opcodes, no loopH. Peter Anvin1-12/+9
2008-05-20Avoid #including .c files; instead compile as separate unitsH. Peter Anvin1-46/+40
2008-05-20Add DY, YWORD, and the SY instruction flagH. Peter Anvin1-0/+3
2008-05-20Same some space by introducing shorthand byte codes for SSE prefixesH. Peter Anvin1-0/+20
2008-05-12Remove special hacks to avoid zero bytecodesH. Peter Anvin1-5/+0
2008-05-06Add support for register-number immediates with fixed 4-bit valuesH. Peter Anvin1-0/+13
2008-05-05Initial NDISASM support for AVX instructions/VEX prefixesH. Peter Anvin1-9/+121
2008-05-04First cut at AVX machinery.H. Peter Anvin1-0/+10
2008-01-02disasm: relative operands are signed, not unsignedH. Peter Anvin1-4/+7
2007-12-29regularized spelling of license to match name of LICENSE fileBeroset1-1/+1
2007-12-26disasm: 32-bit index registers were displayed as 64 bitsH. Peter Anvin1-1/+1
2007-11-18BR 1834292: Fix multiple disassembler bugsH. Peter Anvin1-4/+23
2007-11-13Address data is int64_t; simplify writing an address objectH. Peter Anvin1-1/+1
2007-11-12ndisasm: factor out the common operand-extraction codeH. Peter Anvin1-38/+41
2007-11-12Un-special-case "xchg rax,rax"; disassemble o64H. Peter Anvin1-5/+30
2007-11-12Better (but not *good!*) handling of 64-bit addressing in ndisasmH. Peter Anvin1-97/+269
2007-11-12Fix disassembly of XCHGH. Peter Anvin1-0/+12
2007-10-2864-bit addressing and prefix handling changesH. Peter Anvin1-26/+42
2007-10-23Fix bugs item #1817677Charles Crayne1-0/+1
2007-10-19Formatting: kill off "stealth whitespace"H. Peter Anvin1-3/+3
2007-10-18Suppress signedness warnings in disassemblerCharles Crayne1-1/+1
2007-10-10Use the compiler-provided booleans if available, otherwise emulateH. Peter Anvin1-48/+48
2007-10-02Portability fixesH. Peter Anvin1-0/+2
2007-09-22Auto-generate 0x67 prefixes without the need for \30x codesH. Peter Anvin1-2/+5
2007-09-18Speed up the disassembler by allowing prefixed instruction tablesH. Peter Anvin1-2/+11
2007-09-17Disassembler support for SSE5 instructionsH. Peter Anvin1-76/+131
2007-09-17Initial support for four arguments per instructionH. Peter Anvin1-27/+27
2007-09-12Add (untested!) SSSE3, SSE4.1, SSE4.2 instructionsH. Peter Anvin1-3/+6
2007-09-12Support r/m operands for non-integer typesH. Peter Anvin1-4/+9
2007-09-11Handle instructions which can have both REX.W and OSPH. Peter Anvin1-52/+71
2007-09-11ndisasm: handle \366 codes, prefer unprefixed instructionsH. Peter Anvin1-12/+34
2007-09-11Quiet gcc warning about uninitialized variablesH. Peter Anvin1-0/+2