summaryrefslogtreecommitdiff
path: root/nasm.c
Commit message (Expand)AuthorAgeFilesLines
* Finishing touches on perfect hash tokenizer; actually turn the thing onH. Peter Anvin2007-08-301-1/+2
* Add [default] directiveH. Peter Anvin2007-08-291-37/+51
* Implement REL/ABS modifiersH. Peter Anvin2007-08-281-0/+1
* Clean up the existing operand flag definitions, and documentH. Peter Anvin2007-05-291-4/+5
* Handle "LOCK as REX.R" for MOV CRx; fix warning for invalid 64-bit regsH. Peter Anvin2007-04-171-2/+2
* Placated unreferenced types.Keith Kanios2007-04-141-0/+1
* c99 printf/fprintf compliance.Keith Kanios2007-04-141-4/+4
* Fixed distinction between char and int8_t data types.Keith Kanios2007-04-131-51/+54
* Remove obsolete types; add <inttypes.h> where needed; header fixesH. Peter Anvin2007-04-121-1/+1
* General push for x86-64 support, dubbed 0.99.00.Keith Kanios2007-04-121-68/+86
* Apply Nindent to all .c and .h filesnasm-0.98.39LATESTH. Peter Anvin2005-01-151-1189/+1227
* Consistent capitalizationH. Peter Anvin2005-01-141-2/+2
* changed sprintf to more secure snprintf to prevent vulnerability to bufferEd Beroset2004-12-151-1/+1
* Backed out another patch =)Stanislav Karchebny2003-09-261-1/+1
* Revert erroneous macro added and modify __OUTPUT_FORMAT__ to a string constStanislav Karchebny2003-09-251-1/+1
* If we don't specify -g, actually suppress debugging outputH. Peter Anvin2003-09-101-0/+4
* Update documentation slightly; remove weird special-casing of -O2 and -O3H. Peter Anvin2003-08-291-1/+0
* Allow leading whitespace on output format specific directives.Michael K. Ter Louw2003-08-151-8/+11
* apply dborca's patch - make the "-U" switch work - finally!Frank Kotler2003-06-141-0/+2
* Remove "malloc.h" from rdoff/symtab.c - BSD build problem?Frank Kotler2003-04-011-0/+3
* Add support for the new instructions in PrescottH. Peter Anvin2003-02-241-0/+1
* corrected comment above the report_error_vc functionEd Beroset2002-06-111-6/+6
* Visual C++ error format needs <space>:<space> after the parentheses.H. Peter Anvin2002-06-101-2/+2
* Addressed feature request 555987 (Visual Studio integration) by adding theEd Beroset2002-06-091-19/+111
* Fix for BR 561137 (gcc3 compilation issue.)H. Peter Anvin2002-06-071-5/+9
* Add the JMPE instruction.H. Peter Anvin2002-05-281-0/+6
* Undo accidental checkin of old codeH. Peter Anvin2002-05-261-8/+8
* Reversed a change in 1.27 that affects ABSOLUTE.Debbie Wiles2002-05-261-3/+3
* Move optimizer output from '-g' switch to '-Ov' switchJohn Coffman2002-05-261-18/+30
* Make "ABSOLUTE <label>" work again; code based on 0.97.H. Peter Anvin2002-05-261-10/+7
* Make it an error to supply a non-constant expression to ABSOLUTEH. Peter Anvin2002-05-251-2/+6
* No C++ comments, please!H. Peter Anvin2002-05-221-1/+1
* Fixed the ABSOLUTE LABEL problemDebbie Wiles2002-05-221-3/+2
* Change "const static" -> "static const" to keep gcc happyH. Peter Anvin2002-05-141-2/+2
* Code cleanup fixes from Ed BerosetH. Peter Anvin2002-05-141-9/+9
* Change NASMOPT to NASMENVH. Peter Anvin2002-05-061-2/+2
* Change the NASM environment variable to NASMOPT.H. Peter Anvin2002-05-041-2/+2
* NASM 0.98.30nasm-0.98.30H. Peter Anvin2002-04-301-3/+5
* NASM 0.98.20nasm-0.98.20H. Peter Anvin2002-04-301-1/+4
* NASM 0.98.16nasm-0.98.16fork-0.98eH. Peter Anvin2002-04-301-7/+11
* NASM 0.98.14nasm-0.98.14H. Peter Anvin2002-04-301-5/+6
* NASM 0.98.12nasm-0.98.12H. Peter Anvin2002-04-301-11/+16
* NASM 0.98.11nasm-0.98.11H. Peter Anvin2002-04-301-5/+5
* NASM 0.98.09nasm-0.98.09H. Peter Anvin2002-04-301-95/+65
* NASM 0.98.08nasm-0.98.08H. Peter Anvin2002-04-301-53/+232
* NASM 0.98.03nasm-0.98.03H. Peter Anvin2002-04-301-541/+589
* NASM 0.98nasm-0.98fork-0.98bfH. Peter Anvin2002-04-301-18/+9
* NASM 0.98p7nasm-0.98p7H. Peter Anvin2002-04-301-8/+9
* NASM 0.98p6nasm-0.98p6H. Peter Anvin2002-04-301-88/+134
* NASM 0.98p3nasm-0.98p3H. Peter Anvin2002-04-301-351/+550