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