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