summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bring CHANGES up to date.nasm-0.98.34H. Peter Anvin2002-06-081-0/+15
* Added *1 case support for NOSPLIT ([NOSPLIT EAX] to generate SIB with dword o...Debbie Wiles2002-06-081-0/+3
* This is Jim's outcoff patch.H. Peter Anvin2002-06-071-0/+100
* Removed unnecessary address size flags from register only versions of instruc...Debbie Wiles2002-06-071-118/+118
* Fix for BR 561137 (gcc3 compilation issue.)H. Peter Anvin2002-06-071-5/+9
* Update Makefile.bc3 so that it actually works again.H. Peter Anvin2002-06-061-29/+30
* This is the "megapatch":H. Peter Anvin2002-06-0627-837/+1397
* Comments are more useful when correctH. Peter Anvin2002-06-041-1/+1
* Break long lines by default.H. Peter Anvin2002-06-041-3/+16
* Added code to prevent FAR from being used with a registerDebbie Wiles2002-06-041-0/+5
* Correct the command line parsing of --H. Peter Anvin2002-06-041-2/+2
* Don't hard-code '.' as the current directoryH. Peter Anvin2002-06-041-1/+1
* Allow multiple Makefiles to be specifiedH. Peter Anvin2002-06-041-1/+10
* Support generating dependencies in different syntaxes.H. Peter Anvin2002-06-041-16/+90
* Document "CPU IA64"H. Peter Anvin2002-06-021-3/+6
* Make the disassembler correctly handle the new \34-\36 and \44-\46 codes.H. Peter Anvin2002-06-021-1/+11
* Altered the documentation for the %! directiveDebbie Wiles2002-06-011-7/+9
* Remove obsolete scriptH. Peter Anvin2002-05-311-5/+0
* Correctly recognize $$ as TOKEN_BASEH. Peter Anvin2002-05-301-1/+1
* Documented the %! (get environment) preprocessor directive.Debbie Wiles2002-05-291-1/+32
* Add the JMPE instruction.H. Peter Anvin2002-05-283-0/+12
* Deal with another case of address/operand size confusion, BR 560873H. Peter Anvin2002-05-273-11/+56
* Drop the version number from the README fileH. Peter Anvin2002-05-271-2/+2
* Correct handling of SEG <nonsegment>; per BR 560575H. Peter Anvin2002-05-272-0/+8
* 0.98.33 is out, so next will be 0.98.34H. Peter Anvin2002-05-271-1/+1
* Generate a spec file *correctly*H. Peter Anvin2002-05-271-7/+6
* Automatically make a specfileH. Peter Anvin2002-05-271-0/+6
* Need "make cleaner" not "make clean"nasm-0.98.33H. Peter Anvin2002-05-271-1/+1
* Avoid releasing intermediate files in the doc bundleH. Peter Anvin2002-05-271-3/+2
* More CHANGES updates...H. Peter Anvin2002-05-261-0/+4
* Add a way to link with specific system libraries (e.g. efence).H. Peter Anvin2002-05-261-2/+3
* Update the list of changes until now.H. Peter Anvin2002-05-261-2/+6
* Fix off-by-one error found when running theowl's test cases.H. Peter Anvin2002-05-261-1/+1
* This file needs <stdlib.h>H. Peter Anvin2002-05-261-0/+1
* This file needs <string.h>H. Peter Anvin2002-05-261-0/+1
* Fix really stupid thinko on my part...H. Peter Anvin2002-05-261-2/+2
* Clean up Makefile.unx and document it betterH. Peter Anvin2002-05-262-18/+38
* raa_read() is defined to return 0 for all uninitialized entries, doH. Peter Anvin2002-05-261-8/+12
* 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
* Handle $ and $$ in ABSOLUTE sectionsH. Peter Anvin2002-05-261-3/+7
* Account for ./output directoryJohn Coffman2002-05-261-1/+4
* 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-262-11/+12
* Allow passing options to genps.pl from the user command lineH. Peter Anvin2002-05-251-1/+2
* Documented %xdefine and %xidefine, and fixed an index item in %define.Debbie Wiles2002-05-251-1/+47
* Documented the ___NASM_PATCHLEVEL__ and __NASM_VERSION_ID__ macros.Debbie Wiles2002-05-251-8/+30
* Update from John CoffmanH. Peter Anvin2002-05-251-24/+43
* Make it an error to supply a non-constant expression to ABSOLUTEH. Peter Anvin2002-05-251-2/+6
* Better explanation why insnsa.c is a separate moduleH. Peter Anvin2002-05-251-3/+2