summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update cvs server name in misc/release scriptnasm-0.99.01Frank Kotler2007-05-301-3/+3
* Avoid magic values; we have more than 124 registers nowH. Peter Anvin2007-05-302-11/+12
* Remove bogus redundant testsH. Peter Anvin2007-05-301-22/+14
* More \321 -> \324H. Peter Anvin2007-05-301-2/+2
* Remove bogus check for 64-bitnessH. Peter Anvin2007-05-301-8/+1
* Get rid of magic open-coded "register numbers"H. Peter Anvin2007-05-305-348/+310
* MOV reg64,reg64 takes \324 (64 bit with REX) not \321 (32 bit)H. Peter Anvin2007-05-301-1/+1
* Rename REGNORM to REG_EAH. Peter Anvin2007-05-302-2/+3
* More instruction flag surgeryH. Peter Anvin2007-05-301-27/+28
* More cleanup of operand flags/register classesH. Peter Anvin2007-05-302-24/+27
* Clean up the existing operand flag definitions, and documentH. Peter Anvin2007-05-294-71/+143
* Run "make alldeps"H. Peter Anvin2007-05-2920-665/+853
* update version number to 0.99.01Frank Kotler2007-05-241-1/+1
* regs.dat: fix commentH. Peter Anvin2007-05-151-1/+1
* 16-bit relocations are standard in ELF64 (at my request, incidentally)H. Peter Anvin2007-05-041-2/+0
* Addition of elf32 and elf64 output formats.Chuck Crayne2007-05-041-10/+12
* Allow '!' to be used in expressions with same meaning as in C.Chuck Crayne2007-05-021-0/+13
* Add %IFN and %ELIFN as per RFE #786286Chuck Crayne2007-05-021-6/+12
* Accept responsibility for support of outelf64.cChuck Crayne2007-04-301-0/+4
* Clarify comments about relocation entries.Chuck Crayne2007-04-292-32/+25
* Allow ELF32 to be invoked either as -f elf or -f elf32Chuck Crayne2007-04-292-1/+21
* Eliminate shift count warnings when building on 32-bit systemsChuck Crayne2007-04-281-7/+5
* Initial support for ELF64Chuck Crayne2007-04-286-68/+1648
* Fix the handling of \324 for computing the lengthH. Peter Anvin2007-04-181-6/+8
* Fixed RDF/2 to comply with "maxbits" use.Keith Kanios2007-04-182-2/+5
* Handle "LOCK as REX.R" for MOV CRx; fix warning for invalid 64-bit regsH. Peter Anvin2007-04-177-65/+103
* MEM_OFFSET Instructions Fixed.Keith Kanios2007-04-161-4/+4
* Fixed 64-bit Mode Segment Selection.Keith Kanios2007-04-161-5/+19
* Fixed distinction between [LOCAL]SYMBOL/IMMEDIATE for RIP-relative addressing.Keith Kanios2007-04-161-2/+2
* Fixed long mode MEM_OFFS issue.Keith Kanios2007-04-161-4/+4
* Filled in all RIP Register Flags.Keith Kanios2007-04-161-1/+1
* More \321 -> \324 for 64-bit instructionsH. Peter Anvin2007-04-161-3/+3
* Fixed 64-bit offset generation.Keith Kanios2007-04-161-1/+1
* More 64-bit ndisasm fixes.H. Peter Anvin2007-04-162-15/+17
* Fixes for 64-bit ndisasm.H. Peter Anvin2007-04-163-81/+60
* Use + instead of * for extension; it feels cleaner with the new meaning.H. Peter Anvin2007-04-162-12/+12
* Initial 64-bit support for ndisasm. Still a work in progress.H. Peter Anvin2007-04-163-224/+273
* Clean up the 64-bitification of regs.dat for 64-bit ndisasm supportH. Peter Anvin2007-04-154-186/+157
* Remove @GCCFLAGS@H. Peter Anvin2007-04-151-1/+1
* CR8 is not special in any way as far as the assembler is concerned.H. Peter Anvin2007-04-151-14/+6
* Get rid of @GCCFLAGS@H. Peter Anvin2007-04-151-1/+1
* Cleaner way to add gcc optionsH. Peter Anvin2007-04-152-6/+20
* Fixed distinction between RIP relative symbols and immediate values.Keith Kanios2007-04-151-0/+2
* Fix the register number for CR7 (it was using the same number as CR15).H. Peter Anvin2007-04-151-1/+1
* More perl-like idioms for generating regdis.cH. Peter Anvin2007-04-151-4/+2
* Fixed regdis.c generation.Keith Kanios2007-04-151-2/+7
* Added DQ constants for all BITS modes.Keith Kanios2007-04-141-3/+3
* outmacho.c: stylistic cleanupsH. Peter Anvin2007-04-141-8/+9
* Fixed support for DQ constants in long mode.Keith Kanios2007-04-141-1/+1
* Hopefully it is actually fixed this time :PKeith Kanios2007-04-141-1/+1