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