fixed bug #677841 by limiting the scanner to no more than 4095 characters for a singl...
[nasm/avx512.git] / CHANGES
blob6f427401b3e05b1ac72bf9022c3c9373cd65cb69
1 0.98.38
2 -------
3 * Add Makefile for 16-bit DOS binaries under OpenWatcom, and modify
4   mkdep.pl to be able to generate completely pathless dependencies, as
5   required by OpenWatcom wmake (it supports path searches, but not
6   explicit paths.)
7 * Fix the STR instruction.
8 * Fix the ELF output format, which was broken under certain
9   circumstances due to the addition of stabs support.
10 * Quick-fix Borland format debug-info for -f obj  
11 * Fix for %rep with no arguments (#560568)
12 * Fix concatenation of preprocessor function call  (#794686)
14 0.98.37
15 -------
16 * Paths given in "-I" switch searched for "incbin"ed as
17   well as "%include"ed files.
18 * Added stabs debugging for the ELF output format, patch from
19   Martin Wawro.
20 * Fix output/outbin.c to allow origin > 80000000h.
21 * Make -U switch work.
22 * Fix the use of relative offsets with explicit prefixes, e.g. "a32 loop foo".
23 * Remove "backslash()".
24 * Fix the SMSW and SLDT instructions.
25 * -O2 and -O3 are no longer aliases for -O10 and -O15.  If you mean the
26   latter, please say so! :)
28 0.98.36
29 -------
30 * Update rdoff - librarian/archiver - common rec - docs!
31 * Fix signed/unsigned problems.
32 * Fix JMP FAR label and CALL FAR label.
33 * Add new multisection support - map files - fix align bug
34 * Fix sysexit, movhps/movlps reg,reg bugs in insns.dat
35 * "Q" or "O" suffixes indicate octal
36 * Support Prescott new instructions (PNI).
37 * Cyrix XSTORE instruction.
39 0.98.35
40 -------
41 * Fix build failure on 16-bit DOS (Makefile.bc3 workaround for compiler bug.)
42 * Fix dependencies and compiler warnings.
43 * Add "const" in a number of places.
44 * Add -X option to specify error reporting format (use -Xvc to
45   integrate with Microsoft Visual Studio.)
46 * Minor changes for code legibility.
47 * Drop use of tmpnam() in rdoff (security fix.)
49 0.98.34
50 -------
51 * Correct additional address-size vs. operand-size confusions.
52 * Generate dependencies for all Makefiles automatically.
53 * Add support for unimplemented (but theoretically available)
54   registers such as tr0 and cr5.  Segment registers 6 and 7 are called
55   segr6 and segr7 for the operations which they can be represented.
56 * Correct some disassembler bugs related to redundant address-size prefixes.
57   Some work still remains in this area.
58 * Correctly generate an error for things like "SEG eax".
59 * Add the JMPE instruction, enabled by "CPU IA64".
60 * Correct compilation on newer gcc/glibc platforms.
61 * Issue an error on things like "jmp far eax".
64 0.98.33
65 -------
67 * New __NASM_PATCHLEVEL__ and __NASM_VERSION_ID__ standard macros to
68   round out the version-query macros.  version.pl now understands
69   X.YYplWW or X.YY.ZZplWW as a version number, equivalent to
70   X.YY.ZZ.WW (or X.YY.0.WW, as appropriate).
71 * New keyword "strict" to disable the optimization of specific
72   operands.
73 * Fix the handing of size overrides with JMP instructions
74   (instructions such as "jmp dword foo".)
75 * Fix the handling of "ABSOLUTE label", where "label" points into a
76   relocatable segment.
77 * Fix OBJ output format with lots of externs.
78 * More documentation updates.
79 * Add -Ov option to get verbose information about optimizations.
80 * Undo a braindead change which broke %elif directives.
81 * Makefile updates.
84 0.98.32
85 -------
87 * Fix NASM crashing when %macro directives were left unterminated.
88 * Lots of documentation updates.
89 * Complete rewrite of the PostScript/PDF documentation generator.
90 * The MS Visual C++ Makefile was updated and corrected.
91 * Recognize .rodata as a standard section name in ELF.
92 * Fix some obsolete Perl4-isms in Perl scripts.
93 * Fix configure.in to work with autoconf 2.5x.
94 * Fix a couple of "make cleaner" misses.
95 * Make the normal "./configure && make" work with Cygwin.
98 0.98.31
99 -------
101 * Correctly build in a separate object directory again.
102 * Derive all references to the version number from the version file.
103 * New standard macros __NASM_SUBMINOR__ and __NASM_VER__ macros.
104 * Lots of Makefile updates and bug fixes.
105 * New %ifmacro directive to test for multiline macros.
106 * Documentation updates.
107 * Fixes for 16-bit OBJ format output.
108 * Changed the NASM environment variable to NASMENV.
111 0.98.30
112 -------
114 * Changed doc files a lot: completely removed old READMExx and
115   Wishlist files, incorporating all information in CHANGES and TODO.
116 * I waited a long time to rename zoutieee.c to (original) outieee.c
117 * moved all output modules to output/ subdirectory.
118 * Added 'make strip' target to strip debug info from nasm & ndisasm.
119 * Added INSTALL file with installation instructions.
120 * Added -v option description to nasm man.
121 * Added dist makefile target to produce source distributions.
122 * 16-bit support for ELF output format (GNU extension, but useful.)
125 0.98.28
126 -------
128 * Fastcooked this for Debian's Woody release:
129 Frank applied the INCBIN bug patch to 0.98.25alt and called
130 it 0.98.28 to not confuse poor little apt-get.
133 0.98.26
134 -------
136 * Reorganised files even better from 0.98.25alt
139 0.98.25alt
140 ----------
142 * Prettified the source tree. Moved files to more reasonable places.
143 * Added findleak.pl script to misc/ directory.
144 * Attempted to fix doc.
146 0.98.25
147 -------
149 * Line continuation character '\'
150 * Docs inadvertantly reverted - "dos packaging".
153 0.98.24p1
154 ---------
156 * FIXME: Someone, document this please.
159 0.98.24
160 -------
162 * Documentation - Ndisasm doc added to Nasm.doc.
165 0.98.23
166 -------
168 * Attempted to remove rdoff version1
169 * Lino Mastrodomenico's patches to preproc.c (%$$ bug?).
172 0.98.22
173 -------
175 * Update rdoff2 - attempt to remove v1.
178 0.98.21
179 -------
181 * Optimization fixes.
184 0.98.20
185 -------
187 * Optimization fixes.
190 0.98.19
191 -------
193 * H. J. Lu's patch back out.
196 0.98.18
197 -------
199 * Added ".rdata" to "-f win32".
202 0.98.17
203 -------
205 * H. J. Lu's "bogus elf" patch. (Red Hat problem?)
208 0.98.16
209 -------
211 * Fix whitespace before "[section ..." bug.
213 0.98.15
214 -------
216 * Rdoff changes (?).
217 * Fix fixes to memory leaks.
219 0.98.14
220 -------
222 * Fix memory leaks.
223 * (there was no '.13)
225 0.98.12
226 -------
228 * Update optimization (new function of "-O1")
229 * Changes to test/bintest.asm (?).
231 0.98.11
232 -------
234 * Optimization changes.
235 * Ndisasm fixed.
236 * (there was no '.10)
238 0.98.09
239 -------
241 * Add multiple sections support to "-f bin".
242 * Changed GLOBAL_TEMP_BASE in outelf.c from 6 to 15.
243 * Add "-v" as an alias to the "-r" switch.
244 * Remove "#ifdef" from Tasm compatibility options.
245 * Remove redundant size-overrides on "mov ds, ex", etc.
246 * Fixes to SSE2, other insns.dat (?).
247 * Enable uppercase "I" and "P" switches.
248 * Case insinsitive "seg" and "wrt".
249 * Update install.sh (?).
250 * Allocate tokens in blocks.
251 * Improve "invalid effective address" messages.
253 0.98.08
254 -------
256 * Add "%strlen" and "%substr" macro operators
257 * Fixed broken c16.mac.
258 * Unterminated string error reported.
259 * Fixed bugs as per 0.98bf
262 0.98.09b with John Coffman patches released 28-Oct-2001
263 -------------------------------------------------------
265 Changes from 0.98.07 release to 98.09b as of 28-Oct-2001
267 * More closely compatible with 0.98 when -O0 is implied
268 or specified.  Not strictly identical, since backward 
269 branches in range of short offsets are recognized, and signed
270 byte values with no explicit size specification will be
271 assembled as a single byte.
273 * More forgiving with the PUSH instruction.  0.98 requires
274 a size to be specified always.  0.98.09b will imply the size
275 from the current BITS setting (16 or 32).
277 * Changed definition of the optimization flag:
279         -O0     strict two-pass assembly, JMP and Jcc are
280                 handled more like 0.98, except that back-
281                 ward JMPs are short, if possible.
283         -O1     strict two-pass assembly, but forward
284                 branches are assembled with code guaranteed
285                 to reach; may produce larger code than
286                 -O0, but will produce successful assembly
287                 more often if branch offset sizes are not
288                 specified.
290         -O2     multi-pass optimization, minimize branch
291                 offsets; also will minimize signed immed-
292                 iate bytes, overriding size specification.
294         -O3     like -O2, but more passes taken, if needed
297 0.98.07 released 01/28/01
298 -------------------------
300 *       Added Stepane Denis' SSE2 instructions to a *working*
301         version of the code - some earlier versions were based on
302         broken code - sorry 'bout that. version "0.98.07"
305 01/28/01
306 --------
308 *       Cosmetic modifications to nasm.c, nasm.h,
309         AUTHORS, MODIFIED
312 0.98.06f released 01/18/01
313 --------------------------
315 *       - Add "metalbrain"s jecxz bug fix in insns.dat
316         - alter nasmdoc.src to match - version "0.98.06f"
319 0.98.06e released 01/09/01
320 --------------------------
322 *       Removed the "outforms.h" file - it appears to be
323         someone's old backup of "outform.h". version "0.98.06e" 
326 01/09/01
327 --------
329 * fbk - finally added the fix for the "multiple %includes bug",
330         known since 7/27/99 - reported originally (?) and sent to
331         us by Austin Lunnen - he reports that John Fine had a fix
332         within the day. Here it is...
334 * Nelson Rush resigns from the group. Big thanks to Nelson for
335   his leadership and enthusiasm in getting these changes
336   incorporated into Nasm!
338 * fbk - [list +], [list -] directives - ineptly implemented, should
339         be re-written or removed, perhaps.
341 * Brian Raiter / fbk - "elfso bug" fix - applied to aoutb format
342                        as well - testing might be desirable...
345 08/07/00
346 --------
348 * James Seter - -postfix, -prefix command line switches.
349 * Yuri Zaporogets - rdoff utility changes.
352 0.98p1
353 ------
355 * GAS-like palign (Panos Minos)
356 * FIXME: Someone, fill this in with details
359 0.98bf (bug-fixed)
360 ----------------------------------
362 * Fixed - elf and aoutb bug - shared libraries
363         - multiple "%include" bug in "-f obj"   
364         - jcxz, jecxz bug
365         - unrecognized option bug in ndisasm 
367 0.98.03 with John Coffman's changes released 27-Jul-2000
368 --------------------------------------------------------
370 * Added signed byte optimizations for the 0x81/0x83 class
371 of instructions: ADC, ADD, AND, CMP, OR, SBB, SUB, XOR:
372 when used as 'ADD reg16,imm' or 'ADD reg32,imm.'  Also
373 optimization of signed byte form of 'PUSH imm' and 'IMUL
374 reg,imm'/'IMUL reg,reg,imm.'  No size specification is needed.
376 * Added multi-pass JMP and Jcc offset optimization.  Offsets
377 on forward references will preferentially use the short form,
378 without the need to code a specific size (short or near) for
379 the branch.  Added instructions for 'Jcc label' to use the
380 form 'Jnotcc $+3/JMP label', in cases where a short offset
381 is out of bounds.  If compiling for a 386 or higher CPU, then
382 the 386 form of Jcc will be used instead.
384 This feature is controlled by a new command-line switch: "O",
385 (upper case letter O).  "-O0" reverts the assembler to no
386 extra optimization passes, "-O1" allows up to 5 extra passes,
387 and "-O2"(default), allows up to 10 extra optimization passes.
389 * Added a new directive:  'cpu XXX', where XXX is any of: 
390 8086, 186, 286, 386, 486, 586, pentium, 686, PPro, P2, P3 or
391 Katmai.  All are case insensitive.  All instructions will
392 be selected only if they apply to the selected cpu or lower.
393 Corrected a couple of bugs in cpu-dependence in 'insns.dat'.
395 * Added to 'standard.mac', the "use16" and "use32" forms of
396 the "bits 16/32" directive. This is nothing new, just conforms
397 to a lot of other assemblers. (minor)
399 * Changed label allocation from 320/32 (10000 labels @ 200K+) 
400 to 32/37 (1000 labels); makes running under DOS much easier.
401 Since additional label space is allocated dynamically, this
402 should have no effect on large programs with lots of labels.
403 The 37 is a prime, believed to be better for hashing. (minor)
405 * Integrated patchfile 0.98-0.98.01.  I call this version
406 0.98.03, for historical reasons:  0.98.02 was trashed.
408 --John Coffman <johninsd@san.rr.com>               27-Jul-2000
411 Kendall Bennett's SciTech MGL changes
412 -------------------------------------
413 Note that you must define "TASM_COMPAT" at compile-time
414 to get the Tasm Ideal Mode compatibility.
416 All changes can be compiled in and out using the TASM_COMPAT macros,
417 and when compiled without TASM_COMPAT defined we get the exact same
418 binary as the unmodified 0.98 sources.
420 standard.mac, macros.c:
421  . Added macros to ignore TASM directives before first include
423 nasm.h:
424  . Added extern declaration for tasm_compatible_mode
426 nasm.c:
427  . Added global variable tasm_compatible_mode
428  . Added command line switch for TASM compatible mode (-t)
429  . Changed version command line to reflect when compiled with TASM additions
430  . Added response file processing to allow all arguments on a single
431    line (response file is @resp rather than -@resp for NASM format).
433 labels.c:
434  . Changes islocal() macro to support TASM style @@local labels.
435  . Added islocalchar() macro to support TASM style @@local labels.
437 parser.c:
438  . Added support for TASM style memory references (ie: mov [DWORD eax],10
439    rather than the NASM style mov DWORD [eax],10).
441 preproc.c:
442  . Added new directives, %arg, %local, %stacksize to directives table
443  . Added support for TASM style directives without a leading % symbol.
445 Integrated a block of changes from Andrew Zabolotny <bit@eltech.ru>:
447 * A new keyword %xdefine and its case-insensitive counterpart %ixdefine.
448     They work almost the same way as %define and %idefine but expand
449     the definition immediately, not on the invocation. Something like a cross
450     between %define and %assign. The "x" suffix stands for "eXpand", so
451     "xdefine" can be deciphered as "expand-and-define". Thus you can do
452     things like this:
454         %assign ofs     0
455         
456         %macro  arg     1
457                 %xdefine %1 dword [esp+ofs]
458                 %assign ofs ofs+4
459         %endmacro
461 * Changed the place where the expansion of %$name macros are expanded.
462     Now they are converted into ..@ctxnum.name form when detokenizing, so
463     there are no quirks as before when using %$name arguments to macros,
464     in macros etc. For example:
466         %macro  abc     1
467                 %define %1 hello
468         %endm
470         abc     %$here
471         %$here
473     Now last line will be expanded into "hello" as expected. This also allows
474     for lots of goodies, a good example are extended "proc" macros included
475     in this archive.
477 * Added a check for "cstk" in smacro_defined() before calling get_ctx() -
478     this allows for things like:
480         %ifdef %$abc
481         %endif
483     to work without warnings even in no context.
485 * Added a check for "cstk" in %if*ctx and %elif*ctx directives -
486     this allows to use %ifctx without excessive warnings. If there is
487     no active context, %ifctx goes through "false" branch.
489 * Removed "user error: " prefix with %error directive: it just clobbers the
490     output and has absolutely no functionality. Besides, this allows to write
491     macros that does not differ from built-in functions in any way.
493 * Added expansion of string that is output by %error directive. Now you
494     can do things like:
496         %define hello(x) Hello, x!
498         %define %$name andy
499         %error "hello(%$name)"
501     Same happened with %include directive.
503 * Now all directives that expect an identifier will try to expand and
504     concatenate everything without whitespaces in between before usage.
505     For example, with "unfixed" nasm the commands
507         %define %$abc hello
508         %define __%$abc goodbye
509         __%$abc
511     would produce "incorrect" output: last line will expand to
513         hello goodbyehello
515     Not quite what you expected, eh? :-) The answer is that preprocessor
516     treats the %define construct as if it would be
518         %define __ %$abc goodbye
520     (note the white space between __ and %$abc). After my "fix" it
521     will "correctly" expand into
523         goodbye
525     as expected. Note that I use quotes around words "correct", "incorrect"
526     etc because this is rather a feature not a bug; however current behaviour
527     is more logical (and allows more advanced macro usage :-).
529     Same change was applied to:
530         %push,%macro,%imacro,%define,%idefine,%xdefine,%ixdefine,
531         %assign,%iassign,%undef
533 * A new directive [WARNING {+|-}warning-id] have been added. It works only
534     if the assembly phase is enabled (i.e. it doesn't work with nasm -e).
536 * A new warning type: macro-selfref. By default this warning is disabled;
537     when enabled NASM warns when a macro self-references itself; for example
538     the following source:
540         [WARNING macro-selfref]
542         %macro          push    1-*
543                 %rep    %0
544                         push    %1
545                         %rotate 1
546                 %endrep
547         %endmacro
549                         push    eax,ebx,ecx
551     will produce a warning, but if we remove the first line we won't see it
552     anymore (which is The Right Thing To Do {tm} IMHO since C preprocessor
553     eats such constructs without warnings at all).
555 * Added a "error" routine to preprocessor which always will set ERR_PASS1
556     bit in severity_code. This removes annoying repeated errors on first
557     and second passes from preprocessor.
559 * Added the %+ operator in single-line macros for concatenating two
560     identifiers. Usage example:
562         %define _myfunc _otherfunc
563         %define cextern(x) _ %+ x
564         cextern (myfunc)
566     After first expansion, third line will become "_myfunc". After this
567     expansion is performed again so it becomes "_otherunc".
569 * Now if preprocessor is in a non-emmitting state, no warning or error
570     will be emmitted. Example:
572         %if 1
573                 mov     eax,ebx
574         %else
575                 put anything you want between these two brackets,
576                 even macro-parameter references %1 or local labels %$zz
577                 or macro-local labels %%zz - no warning will be emmitted.
578         %endif
580 * Context-local variables on expansion as a last resort are looked up
581     in outer contexts. For example, the following piece:
583         %push   outer
584         %define %$a [esp]
586                 %push   inner
587                 %$a
588                 %pop
589         %pop
591     will expand correctly the fourth line to [esp]; if we'll define another
592     %$a inside the "inner" context, it will take precedence over outer
593     definition. However, this modification has been applied only to
594     expand_smacro and not to smacro_define: as a consequence expansion
595     looks in outer contexts, but %ifdef won't look in outer contexts.
597     This behaviour is needed because we don't want nested contexts to
598     act on already defined local macros. Example:
600         %define %$arg1  [esp+4]
601         test    eax,eax
602         if      nz
603                 mov     eax,%$arg1
604         endif
606     In this example the "if" mmacro enters into the "if" context, so %$arg1
607     is not valid anymore inside "if". Of course it could be worked around
608     by using explicitely %$$arg1 but this is ugly IMHO.
610 * Fixed memory leak in %undef. The origline wasn't freed before
611     exiting on success.
613 * Fixed trap in preprocessor when line expanded to empty set of tokens.
614     This happens, for example, in the following case:
616         #define SOMETHING
617         SOMETHING
620 0.98
621 ----
623 All changes since NASM 0.98p3 have been produced by H. Peter Anvin <hpa@zytor.com>.
625 * The documentation comment delimiter is \# not #.
626 * Allow EQU definitions to refer to external labels; reported by
627   Pedro Gimeno.
628 * Re-enable support for RDOFF v1; reported by Pedro Gimeno.
629 * Updated License file per OK from Simon and Julian.
632 0.98p9
633 ------
635 * Update documentation (although the instruction set reference will
636   have to wait; I don't want to hold up the 0.98 release for it.)
637 * Verified that the NASM implementation of the PEXTRW and PMOVMSKB
638   instructions is correct.  The encoding differs from what the Intel
639   manuals document, but the Pentium III behaviour matches NASM, not
640   the Intel manuals.
641 * Fix handling of implicit sizes in PSHUFW and PINSRW, reported by
642   Stefan Hoffmeister.
643 * Resurrect the -s option, which was removed when changing the
644   diagnostic output to stdout.
647 0.98p8
648 ------
650 * Fix for "DB" when NASM is running on a bigendian machine.
651 * Invoke insns.pl once for each output script, making Makefile.in
652   legal for "make -j".
653 * Improve the Unix configure-based makefiles to make package
654   creation easier.
655 * Included an RPM .spec file for building RPM (RedHat Package Manager)
656   packages on Linux or Unix systems.
657 * Fix Makefile dependency problems.
658 * Change src/rdsrc.pl to include sectioning information in info
659   output; required for install-info to work.
660 * Updated the RDOFF distribution to version 2 from Jules; minor
661   massaging to make it compile in my environment.
662 * Split doc files that can be built by anyone with a Perl interpreter off
663   into a separate archive.
664 * "Dress rehearsal" release!
667 0.98p7
668 ------
670 * Fixed opcodes with a third byte-sized immediate argument to not
671   complain if given "byte" on the immediate.
672 * Allow %undef to remove single-line macros with arguments.  This
673   matches the behaviour of #undef in the C preprocessor.
674 * Allow -d, -u, -i and -p to be specified as -D, -U, -I and -P for
675   compatibility with most C compilers and preprocessors.  This allows
676   Makefile options to be shared between cc and nasm, for example.
677 * Minor cleanups.
678 * Went through the list of Katmai instructions and hopefully fixed the
679   (rather few) mistakes in it.
680 * (Hopefully) fixed a number of disassembler bugs related to ambiguous
681   instructions (disambiguated by -p) and SSE instructions with REP.
682 * Fix for bug reported by Mark Junger: "call dword 0x12345678" should
683   work and may add an OSP (affected CALL, JMP, Jcc).
684 * Fix for environments when "stderr" isn't a compile-time constant.
687 0.98p6
688 ------
690 * Took officially over coordination of the 0.98 release; so drop
691   the p3.x notation. Skipped p4 and p5 to avoid confusion with John
692   Fine's J4 and J5 releases.
693 * Update the documentation; however, it still doesn't include
694   documentation for the various new instructions.  I somehow wonder if
695   it makes sense to have an instruction set reference in the assembler
696   manual when Intel et al have PDF versions of their manuals online.
697 * Recognize "idt" or "centaur" for the -p option to ndisasm.
698 * Changed error messages back to stderr where they belong, but add an
699   -E option to redirect them elsewhere (the DOS shell cannot redirect
700   stderr.)
701 * -M option to generate Makefile dependencies (based on code from Alex
702   Verstak.)
703 * %undef preprocessor directive, and -u option, that undefines a
704   single-line macro.
705 * OS/2 Makefile (Mkfiles/Makefile.os2) for Borland under OS/2; from
706   Chuck Crayne.
707 * Various minor bugfixes (reported by):
708   - Dangling %s in preproc.c (Martin Junker)
709 * THERE ARE KNOWN BUGS IN SSE AND THE OTHER KATMAI INSTRUCTIONS.  I am
710   on a trip and didn't bring the Katmai instruction reference, so I
711   can't work on them right now.
712 * Updated the License file per agreement with Simon and Jules to
713   include a GPL distribution clause.
716 0.98p3.7
717 --------
719 * (Hopefully) fixed the canned Makefiles to include the outrdf2 and
720   zoutieee modules.
721 * Renamed changes.asm to changed.asm.
724 0.98p3.6
725 --------
727 * Fixed a bunch of instructions that were added in 0.98p3.5 which had
728   memory operands, and the address-size prefix was missing from the
729   instruction pattern.
732 0.98p3.5
733 --------
735 * Merged in changes from John S. Fine's 0.98-J5 release.  John's based
736   0.98-J5 on my 0.98p3.3 release; this merges the changes.
737 * Expanded the instructions flag field to a long so we can fit more
738   flags; mark SSE (KNI) and AMD or Katmai-specific instructions as
739   such.
740 * Fix the "PRIV" flag on a bunch of instructions, and create new
741   "PROT" flag for protected-mode-only instructions (orthogonal to if
742   the instruction is privileged!) and new "SMM" flag for SMM-only
743   instructions.
744 * Added AMD-only SYSCALL and SYSRET instructions.
745 * Make SSE actually work, and add new Katmai MMX instructions.
746 * Added a -p (preferred vendor) option to ndisasm so that it can
747   distinguish e.g. Cyrix opcodes also used in SSE.  For example:
749         ndisasm -p cyrix aliased.bin
750         00000000  670F514310        paddsiw mm0,[ebx+0x10]
751         00000005  670F514320        paddsiw mm0,[ebx+0x20]
752         ndisasm -p intel aliased.bin
753         00000000  670F514310        sqrtps xmm0,[ebx+0x10]
754         00000005  670F514320        sqrtps xmm0,[ebx+0x20]
755 * Added a bunch of Cyrix-specific instructions.
758 0.98p3.4
759 --------
761 * Made at least an attempt to modify all the additional Makefiles (in
762   the Mkfiles directory).  I can't test it, but this was the best I
763   could do.
764 * DOS DJGPP+"Opus Make" Makefile from John S. Fine.
765 * changes.asm changes from John S. Fine.
768 0.98p3.3
769 --------
771 * Patch from Conan Brink to allow nesting of %rep directives.
772 * If we're going to allow INT01 as an alias for INT1/ICEBP (one of
773   Jules 0.98p3 changes), then we should allow INT03 as an alias for INT3
774   as well.
775 * Updated changes.asm to include the latest changes.
776 * Tried to clean up the <CR>s that had snuck in from a DOS/Windows
777   environment into my Unix environment, and try to make sure than
778   DOS/Windows users get them back.
779 * We would silently generate broken tools if insns.dat wasn't sorted
780   properly.  Change insns.pl so that the order doesn't matter.
781 * Fix bug in insns.pl (introduced by me) which would cause conditional
782   instructions to have an extra "cc" in disassembly, e.g. "jnz"
783   disassembled as "jccnz".
786 0.98p3.2
787 --------
789 * Merged in John S. Fine's changes from his 0.98-J4 prerelease; see
790   http://www.csoft.net/cz/johnfine/
791 * Changed previous "spotless" Makefile target (appropriate for distribution)
792   to "distclean", and added "cleaner" target which is same as "clean"
793   except deletes files generated by Perl scripts; "spotless" is union.
794 * Removed BASIC programs from distribution.  Get a Perl interpreter
795   instead (see below.)
796 * Calling this "pre-release 3.2" rather than "p3-hpa2" because of
797   John's contributions.
798 * Actually link in the IEEE output format (zoutieee.c); fix a bunch of
799   compiler warnings in that file.  Note I don't know what IEEE output
800   is supposed to look like, so these changes were made "blind".
803 0.98p3-hpa
804 ----------
806 * Merged nasm098p3.zip with nasm-0.97.tar.gz to create a fully
807   buildable version for Unix systems (Makefile.in updates, etc.)
808 * Changed insns.pl to create the instruction tables in nasm.h and
809   names.c, so that a new instruction can be added by adding it *only*
810   to insns.dat.
811 * Added the following new instructions: SYSENTER, SYSEXIT, FXSAVE,
812   FXRSTOR, UD1, UD2 (the latter two are two opcodes that Intel
813   guarantee will never be used; one of them is documented as UD2 in
814   Intel documentation, the other one just as "Undefined Opcode" --
815   calling it UD1 seemed to make sense.)
816 * MAX_SYMBOL was defined to be 9, but LOADALL286 and LOADALL386 are 10
817   characters long.  Now MAX_SYMBOL is derived from insns.dat.
818 * A note on the BASIC programs included: forget them.  insns.bas is
819   already out of date.  Get yourself a Perl interpreter for your
820   platform of choice at:
822         http://www.cpan.org/ports/index.html
825 0.98 pre-release 3
826 -------------------
828 added response file support, improved command line handling, new layout
829 help screen
831 fixed limit checking bug, 'OUT byte nn, reg' bug, and a couple of rdoff
832 related bugs, updated Wishlist; 0.98 Prerelease 3.
835 0.98 pre-release 2
836 -------------------
838 fixed bug in outcoff.c to do with truncating section names longer
839 than 8 characters, referencing beyond end of string; 0.98 pre-release 2
842 0.98 pre-released May 1999
843 --------------------------
845 Fixed a bug whereby STRUC didn't work at all in RDF.
847 Fixed a problem with group specification in PUBDEFs in OBJ.
849 Improved ease of adding new output formats. Contribution due to
850 Fox Cutter.
852 Fixed a bug in relocations in the `bin' format: was showing up when
853 a relocatable reference crossed an 8192-byte boundary in any output
854 section.
856 Fixed a bug in local labels: local-label lookups were inconsistent
857 between passes one and two if an EQU occurred between the definition
858 of a global label and the subsequent use of a local label local to
859 that global.
861 Fixed a seg-fault in the preprocessor (again) which happened when
862 you use a blank line as the first line of a multi-line macro
863 definition and then defined a label on the same line as a call to
864 that macro.
866 Fixed a stale-pointer bug in the handling of the NASM environment
867 variable. Thanks to Thomas McWilliams.
869 ELF had a hard limit on the number of sections which caused
870 segfaults when transgressed. Fixed.
872 Added ability for ndisasm to read from stdin by using `-' as the
873 filename.
875 ndisasm wasn't outputting the TO keyword. Fixed.
877 Fixed error cascade on bogus expression in %if - an error in
878 evaluation was causing the entire %if to be discarded, thus creating
879 trouble later when the %else or %endif was encountered.
881 Forward reference tracking was instruction-granular not operand-
882 granular, which was causing 286-specific code to be generated
883 needlessly on code of the form `shr word [forwardref],1'. Thanks to
884 Jim Hague for sending a patch.
886 All messages now appear on stdout, as sending them to stderr serves
887 no useful purpose other than to make redirection difficult.
889 Fixed the problem with EQUs pointing to an external symbol - this
890 now generates an error message.
892 Allowed multiple size prefixes to an operand, of which only the first
893 is taken into account.
895 Incorporated John Fine's changes, including fixes of a large number
896 of preprocessor bugs, some small problems in OBJ, and a reworking of
897 label handling to define labels before their line is assembled, rather
898 than after.
900 Reformatted a lot of the source code to be more readable. Included
901 'coding.txt' as a guideline for how to format code for contributors.
903 Stopped nested %reps causing a panic - they now cause a slightly more
904 friendly error message instead.
906 Fixed floating point constant problems (patch by Pedro Gimeno)
908 Fixed the return value of insn_size() not being checked for -1, indicating
909 an error.
911 Incorporated 3D now instructions.
913 Fixed the 'mov eax, eax + ebx' bug.
915 Fixed the GLOBAL EQU bug in ELF. Released developers release 3.
917 Incorporated John Fine's command line parsing changes
919 Incorporated David Lindauer's OMF debug support
921 Made changes for LCC 4.0 support (__NASM_CDecl__, removed register size
922 specification warning when sizes agree).
924 Released NASM 0.98 Pre-release 1
927 0.97 released December 1997
928 ---------------------------
930 This was entirely a bug-fix release to 0.96, which seems to have got
931 cursed. Silly me.
933 Fixed stupid mistake in OBJ which caused `MOV EAX,<constant>' to
934 fail. Caused by an error in the `MOV EAX,<segment>' support.
936 ndisasm hung at EOF when compiled with lcc on Linux because lcc on
937 Linux somehow breaks feof(). ndisasm now does not rely on feof().
939 A heading in the documentation was missing due to a markup error in
940 the indexing. Fixed.
942 Fixed failure to update all pointers on realloc() within extended-
943 operand code in parser.c. Was causing wrong behaviour and seg faults
944 on lines such as `dd 0.0,0.0,0.0,0.0,...'
946 Fixed a subtle preprocessor bug whereby invoking one multi-line
947 macro on the first line of the expansion of another, when the second
948 had been invoked with a label defined before it, didn't expand the
949 inner macro. 
951 Added internal.doc back in to the distribution archives - it was
952 missing in 0.96 *blush*
954 Fixed bug causing 0.96 to be unable to assemble its own test files,
955 specifically objtest.asm. *blush again*
957 Fixed seg-faults and bogus error messages caused by mismatching
958 %rep and %endrep within multi-line macro definitions.
960 Fixed a problem with buffer overrun in OBJ, which was causing
961 corruption at ends of long PUBDEF records.
963 Separated DOS archives into main-program and documentation to reduce
964 download size.
967 0.96 released November 1997
968 ---------------------------
970 Fixed a bug whereby, if `nasm sourcefile' would cause a filename
971 collision warning and put output into `nasm.out', then `nasm
972 sourcefile -o outputfile' still gave the warning even though the
973 `-o' was honoured.
975 Fixed name pollution under Digital UNIX: one of its header files
976 defined R_SP, which broke the enum in nasm.h.
978 Fixed minor instruction table problems: FUCOM and FUCOMP didn't have
979 two-operand forms; NDISASM didn't recognise the longer register
980 forms of PUSH and POP (eg FF F3 for PUSH BX); TEST mem,imm32 was
981 flagged as undocumented; the 32-bit forms of CMOV had 16-bit operand
982 size prefixes; `AAD imm' and `AAM imm' are no longer flagged as
983 undocumented because the Intel Architecture reference documents
984 them.
986 Fixed a problem with the local-label mechanism, whereby strange
987 types of symbol (EQUs, auto-defined OBJ segment base symbols)
988 interfered with the `previous global label' value and screwed up
989 local labels.
991 Fixed a bug whereby the stub preprocessor didn't communicate with
992 the listing file generator, so that the -a and -l options in
993 conjunction would produce a useless listing file.
995 Merged `os2' object file format back into `obj', after discovering
996 that `obj' _also_ shouldn't have a link pass separator in a module
997 containing a non-trivial MODEND. Flat segments are now declared
998 using the FLAT attribute. `os2' is no longer a valid object format
999 name: use `obj'.
1001 Removed the fixed-size temporary storage in the evaluator. Very very
1002 long expressions (like `mov ax,1+1+1+1+...' for two hundred 1s or
1003 so) should now no longer crash NASM.
1005 Fixed a bug involving segfaults on disassembly of MMX instructions,
1006 by changing the meaning of one of the operand-type flags in nasm.h.
1007 This may cause other apparently unrelated MMX problems; it needs to
1008 be tested thoroughly.
1010 Fixed some buffer overrun problems with large OBJ output files.
1011 Thanks to DJ Delorie for the bug report and fix.
1013 Made preprocess-only mode actually listen to the %line markers as it
1014 prints them, so that it can report errors more sanely.
1016 Re-designed the evaluator to keep more sensible track of expressions
1017 involving forward references: can now cope with previously-nightmare
1018 situations such as
1019    mov ax,foo | bar
1020    foo equ 1
1021    bar equ 2
1023 Added the ALIGN and ALIGNB standard macros.
1025 Added PIC support in ELF: use of WRT to obtain the four extra
1026 relocation types needed.
1028 Added the ability for output file formats to define their own
1029 extensions to the GLOBAL, COMMON and EXTERN directives.
1031 Implemented common-variable alignment, and global-symbol type and
1032 size declarations, in ELF.
1034 Implemented NEAR and FAR keywords for common variables, plus
1035 far-common element size specification, in OBJ.
1037 Added a feature whereby EXTERNs and COMMONs in OBJ can be given a
1038 default WRT specification (either a segment or a group).
1040 Transformed the Unix NASM archive into an auto-configuring package.
1042 Added a sanity-check for people applying SEG to things which are
1043 already segment bases: this previously went unnoticed by the SEG
1044 processing and caused OBJ-driver panics later.
1046 Added the ability, in OBJ format, to deal with `MOV EAX,<segment>'
1047 type references: OBJ doesn't directly support dword-size segment
1048 base fixups, but as long as the low two bytes of the constant term
1049 are zero, a word-size fixup can be generated instead and it will
1050 work.
1052 Added the ability to specify sections' alignment requirements in
1053 Win32 object files and pure binary files.
1055 Added preprocess-time expression evaluation: the %assign (and
1056 %iassign) directive and the bare %if (and %elif) conditional. Added
1057 relational operators to the evaluator, for use only in %if
1058 constructs: the standard relationals = < > <= >= <> (and C-like
1059 synonyms == and !=) plus low-precedence logical operators &&, ^^ and
1062 Added a preprocessor repeat construct: %rep / %exitrep / %endrep.
1064 Added the __FILE__ and __LINE__ standard macros.
1066 Added a sanity check for number constants being greater than
1067 0xFFFFFFFF. The warning can be disabled.
1069 Added the %0 token whereby a variadic multi-line macro can tell how
1070 many parameters it's been given in a specific invocation.
1072 Added %rotate, allowing multi-line macro parameters to be cycled.
1074 Added the `*' option for the maximum parameter count on multi-line
1075 macros, allowing them to take arbitrarily many parameters.
1077 Added the ability for the user-level forms of EXTERN, GLOBAL and
1078 COMMON to take more than one argument.
1080 Added the IMPORT and EXPORT directives in OBJ format, to deal with
1081 Windows DLLs.
1083 Added some more preprocessor %if constructs: %ifidn / %ifidni (exact
1084 textual identity), and %ifid / %ifnum / %ifstr (token type testing).
1086 Added the ability to distinguish SHL AX,1 (the 8086 version) from
1087 SHL AX,BYTE 1 (the 286-and-upwards version whose constant happens to
1088 be 1).
1090 Added NetBSD/FreeBSD/OpenBSD's variant of a.out format, complete
1091 with PIC shared library features.
1093 Changed NASM's idiosyncratic handling of FCLEX, FDISI, FENI, FINIT,
1094 FSAVE, FSTCW, FSTENV, and FSTSW to bring it into line with the
1095 otherwise accepted standard. The previous behaviour, though it was a
1096 deliberate feature, was a deliberate feature based on a
1097 misunderstanding. Apologies for the inconvenience.
1099 Improved the flexibility of ABSOLUTE: you can now give it an
1100 expression rather than being restricted to a constant, and it can
1101 take relocatable arguments as well.
1103 Added the ability for a variable to be declared as EXTERN multiple
1104 times, and the subsequent definitions are just ignored.
1106 We now allow instruction prefixes (CS, DS, LOCK, REPZ etc) to be
1107 alone on a line (without a following instruction).
1109 Improved sanity checks on whether the arguments to EXTERN, GLOBAL
1110 and COMMON are valid identifiers.
1112 Added misc/exebin.mac to allow direct generation of .EXE files by
1113 hacking up an EXE header using DB and DW; also added test/binexe.asm
1114 to demonstrate the use of this. Thanks to Yann Guidon for
1115 contributing the EXE header code.
1117 ndisasm forgot to check whether the input file had been successfully
1118 opened. Now it does. Doh!
1120 Added the Cyrix extensions to the MMX instruction set.
1122 Added a hinting mechanism to allow [EAX+EBX] and [EBX+EAX] to be
1123 assembled differently. This is important since [ESI+EBP] and
1124 [EBP+ESI] have different default base segment registers.
1126 Added support for the PharLap OMF extension for 4096-byte segment
1127 alignment.
1130 0.95 released July 1997
1131 -----------------------
1133 Fixed yet another ELF bug. This one manifested if the user relied on
1134 the default segment, and attempted to define global symbols without
1135 first explicitly declaring the target segment.
1137 Added makefiles (for NASM and the RDF tools) to build Win32 console
1138 apps under Symantec C++. Donated by Mark Junker.
1140 Added `macros.bas' and `insns.bas', QBasic versions of the Perl
1141 scripts that convert `standard.mac' to `macros.c' and convert
1142 `insns.dat' to `insnsa.c' and `insnsd.c'. Also thanks to Mark
1143 Junker.
1145 Changed the diassembled forms of the conditional instructions so
1146 that JB is now emitted as JC, and other similar changes. Suggested
1147 list by Ulrich Doewich.
1149 Added `@' to the list of valid characters to begin an identifier
1150 with.
1152 Documentary changes, notably the addition of the `Common Problems'
1153 section in nasm.doc.
1155 Fixed a bug relating to 32-bit PC-relative fixups in OBJ.
1157 Fixed a bug in perm_copy() in labels.c which was causing exceptions
1158 in cleanup_labels() on some systems.
1160 Positivity sanity check in TIMES argument changed from a warning to
1161 an error following a further complaint.
1163 Changed the acceptable limits on byte and word operands to allow
1164 things like `~10111001b' to work.
1166 Fixed a major problem in the preprocessor which caused seg-faults if
1167 macro definitions contained blank lines or comment-only lines.
1169 Fixed inadequate error checking on the commas separating the
1170 arguments to `db', `dw' etc.
1172 Fixed a crippling bug in the handling of macros with operand counts
1173 defined with a `+' modifier.
1175 Fixed a bug whereby object file formats which stored the input file
1176 name in the output file (such as OBJ and COFF) weren't doing so
1177 correctly when the output file name was specified on the command
1178 line.
1180 Removed [INC] and [INCLUDE] support for good, since they were
1181 obsolete anyway.
1183 Fixed a bug in OBJ which caused all fixups to be output in 16-bit
1184 (old-format) FIXUPP records, rather than putting the 32-bit ones in
1185 FIXUPP32 (new-format) records.
1187 Added, tentatively, OS/2 object file support (as a minor variant on
1188 OBJ).
1190 Updates to Fox Cutter's Borland C makefile, Makefile.bc2.
1192 Removed a spurious second fclose() on the output file.
1194 Added the `-s' command line option to redirect all messages which
1195 would go to stderr (errors, help text) to stdout instead.
1197 Added the `-w' command line option to selectively suppress some
1198 classes of assembly warning messages.
1200 Added the `-p' pre-include and `-d' pre-define command-line options.
1202 Added an include file search path: the `-i' command line option.
1204 Fixed a silly little preprocessor bug whereby starting a line with a
1205 `%!' environment-variable reference caused an `unknown directive'
1206 error.
1208 Added the long-awaited listing file support: the `-l' command line
1209 option.
1211 Fixed a problem with OBJ format whereby, in the absence of any
1212 explicit segment definition, non-global symbols declared in the
1213 implicit default segment generated spurious EXTDEF records in the
1214 output.
1216 Added the NASM environment variable.
1218 From this version forward, Win32 console-mode binaries will be
1219 included in the DOS distribution in addition to the 16-bit binaries.
1220 Added Makefile.vc for this purpose.
1222 Added `return 0;' to test/objlink.c to prevent compiler warnings.
1224 Added the __NASM_MAJOR__ and __NASM_MINOR__ standard defines.
1226 Added an alternative memory-reference syntax in which prefixing an
1227 operand with `&' is equivalent to enclosing it in square brackets,
1228 at the request of Fox Cutter.
1230 Errors in pass two now cause the program to return a non-zero error
1231 code, which they didn't before.
1233 Fixed the single-line macro cycle detection, which didn't work at
1234 all on macros with no parameters (caused an infinite loop). Also
1235 changed the behaviour of single-line macro cycle detection to work
1236 like cpp, so that macros like `extrn' as given in the documentation
1237 can be implemented.
1239 Fixed the implementation of WRT, which was too restrictive in that
1240 you couldn't do `mov ax,[di+abc wrt dgroup]' because (di+abc) wasn't
1241 a relocatable reference.
1244 0.94 released April 1997
1245 ------------------------
1247 Major item: added the macro processor.
1249 Added undocumented instructions SMI, IBTS, XBTS and LOADALL286. Also
1250 reorganised CMPXCHG instruction into early-486 and Pentium forms.
1251 Thanks to Thobias Jones for the information.
1253 Fixed two more stupid bugs in ELF, which were causing `ld' to
1254 continue to seg-fault in a lot of non-trivial cases.
1256 Fixed a seg-fault in the label manager.
1258 Stopped FBLD and FBSTP from _requiring_ the TWORD keyword, which is
1259 the only option for BCD loads/stores in any case.
1261 Ensured FLDCW, FSTCW and FSTSW can cope with the WORD keyword, if
1262 anyone bothers to provide it. Previously they complained unless no
1263 keyword at all was present.
1265 Some forms of FDIV/FDIVR and FSUB/FSUBR were still inverted: a
1266 vestige of a bug that I thought had been fixed in 0.92. This was
1267 fixed, hopefully for good this time...
1269 Another minor phase error (insofar as a phase error can _ever_ be
1270 minor) fixed, this one occurring in code of the form
1271    rol ax,forward_reference
1272    forward_reference equ 1
1274 The number supplied to TIMES is now sanity-checked for positivity,
1275 and also may be greater than 64K (which previously didn't work on
1276 16-bit systems).
1278 Added Watcom C makefiles, and misc/pmw.bat, donated by Dominik Behr.
1280 Added the INCBIN pseudo-opcode.
1282 Due to the advent of the preprocessor, the [INCLUDE] and [INC]
1283 directives have become obsolete. They are still supported in this
1284 version, with a warning, but won't be in the next.
1286 Fixed a bug in OBJ format, which caused incorrect object records to
1287 be output when absolute labels were made global.
1289 Updates to RDOFF subdirectory, and changes to outrdf.c.
1292 0.93 released January 1997
1293 --------------------------
1295 This release went out in a great hurry after semi-crippling bugs
1296 were found in 0.92.
1298 Really _did_ fix the stack overflows this time. *blush*
1300 Had problems with EA instruction sizes changing between passes, when
1301 an offset contained a forward reference and so 4 bytes were
1302 allocated for the offset in pass one; by pass two the symbol had
1303 been defined and happened to be a small absolute value, so only 1
1304 byte got allocated, causing instruction size mismatch between passes
1305 and hence incorrect address calculations. Fixed.
1307 Stupid bug in the revised ELF section generation fixed (associated
1308 string-table section for .symtab was hard-coded as 7, even when this
1309 didn't fit with the real section table). Was causing `ld' to
1310 seg-fault under Linux.
1312 Included a new Borland C makefile, Makefile.bc2, donated by Fox
1313 Cutter <lmb@comtch.iea.com>.
1316 0.92 released January 1997
1317 --------------------------
1319 The FDIVP/FDIVRP and FSUBP/FSUBRP pairs had been inverted: this was
1320 fixed. This also affected the LCC driver.
1322 Fixed a bug regarding 32-bit effective addresses of the form
1323 [other_register+ESP].
1325 Documentary changes, notably documentation of the fact that Borland
1326 Win32 compilers use `obj' rather than `win32' object format.
1328 Fixed the COMENT record in OBJ files, which was formatted
1329 incorrectly.
1331 Fixed a bug causing segfaults in large RDF files.
1333 OBJ format now strips initial periods from segment and group
1334 definitions, in order to avoid complications with the local label
1335 syntax.
1337 Fixed a bug in disassembling far calls and jumps in NDISASM.
1339 Added support for user-defined sections in COFF and ELF files.
1341 Compiled the DOS binaries with a sensible amount of stack, to
1342 prevent stack overflows on any arithmetic expression containing
1343 parentheses.
1345 Fixed a bug in handling of files that do not terminate in a newline.
1348 0.91 released November 1996
1349 ---------------------------
1351 Loads of bug fixes.
1352 Support for RDF added.
1353 Support for DBG debugging format added.
1354 Support for 32-bit extensions to Microsoft OBJ format added.
1355 Revised for Borland C: some variable names changed, makefile added.
1356 LCC support revised to actually work.
1357 JMP/CALL NEAR/FAR notation added.
1358 `a16', `o16', `a32' and `o32' prefixes added.
1359 Range checking on short jumps implemented.
1360 MMX instruction support added.
1361 Negative floating point constant support added.
1362 Memory handling improved to bypass 64K barrier under DOS.
1363 $ prefix to force treatment of reserved words as identifiers added.
1364 Default-size mechanism for object formats added.
1365 Compile-time configurability added.
1366 `#', `@', `~' and `?' are now valid characters in labels.
1367 `-e' and `-k' options in NDISASM added.
1370 0.90 released October 1996
1371 --------------------------
1373 First release version. First support for object file output. Other
1374 changes from previous version (0.3x) too numerous to document.