CHANGES: Document documentation facelift
[nasm.git] / CHANGES
blob6d340876d18b5661fdd3ff3be7ed77c5bab9e3f5
1 2.03.01
2 -------
3 * Fix buffer overflow in the listing module.
4 * Fix the handling of hexadecimal escape codes in `...` strings.
5 * The Postscript/PDF documentation has been reformatted.
7 2.03
8 ----
9 * Add support for Intel AVX, CLMUL and FMA instructions,
10   including YMM registers.
11 * "dy", "resy" and "yword" for 32-byte operands.
12 * Fix some SSE5 instructions.
13 * Intel INVEPT, INVVPID and MOVBE instructions.
14 * Fix checking for critical expressions when the optimizer is enabled.
15 * Support the DWARF debugging format for ELF targets.
16 * Fix optimizations of signed bytes.
17 * Fix operation on bigendian machines.
18 * Fix buffer overflow in the preprocessor.
19 * SAFESEH support for Win32, IMAGEREL for Win64 (SEH).
20 * %? and %?? to refer to the name of a macro itself.  In particular,
21   "%idefine keyword $%?" can be used to make a keyword "disappear".
22 * New options for dependency generation: -MD, -MF, -MP, -MT, -MQ.
23 * New preprocessor directives %pathsearch and %depend; INCBIN
24   reimplemented as a macro.
25 * %include now resolves macros in a sane manner.
26 * %substr can now be used to get other than one-character substrings.
27 * New type of character/string constants, using backquotes (`...`),
28   which support C-style escape sequences.
29 * %defstr and %idefstr to stringize macro definitions before creation.
30 * Fix forward references used in EQU statements.
32 2.02
33 ----
34 * Additional fixes for MMX operands with explicit "qword", as well as
35   (hopefully) SSE operands with "oword".
36 * Fix handling of truncated strings with DO.
37 * Fix segfaults due to memory overwrites when floating-point constants
38   were used.
39 * Fix segfaults due to missing include files.
40 * Fix OpenWatcom Makefiles for DOS and OS/2.
41 * Add autogenerated instruction list back into the documentation.
42 * ELF: Fix segfault when generating stabs, and no symbols have been
43   defined.
44 * ELF: Experimental support for DWARF debugging information.
45 * New compile date and time standard macros.
46 * %ifnum now returns true for negative numbers.
47 * New %iftoken test for a single token.
48 * New %ifempty test for empty expansion.
49 * Add support for the XSAVE instruction group.
50 * Makefile for Netware/gcc.
51 * Fix issue with some warnings getting emitted way too many times.
52 * Autogenerated instruction list added to the documentation.
54 2.01
55 ----
56 * Fix the handling of MMX registers with explicit "qword" tags on
57   memory (broken in 2.00 due to 64-bit changes.)
58 * Fix the PREFETCH instructions.
59 * Fix the documentation.
60 * Fix debugging info when using "-f elf" (backwards alias for "-f
61   elf32").
62 * Man pages for rdoff tools (from the Debian project.)
63 * ELF: handle large numbers of sections.
64 * Fix corrupt output when the optimizer runs out of passes.
66 2.00
67 ----
68 * Added c99 data-type compliance.
69 * Added general x86-64 support.
70 * Added win64 (x86-64 COFF) output format.
71 * Added __BITS__ standard macro.
72 * Renamed the elf output format to elf32 for clarity.
73 * Added elf64 and macho (MacOS X) output formats.
74 * Added Numeric constants in DQ directive.
75 * Added oword, do and reso pseudo operands.
76 * Allow underscores in numbers.
77 * Added 8-, 16- and 128-bit floating-point formats.
78 * Added binary, octal and hexadecimal floating-point.
79 * Correct the generation of floating-point constants.
80 * Added Floating-point option control.
81 * Added Infinity and NaN floating point support.
82 * Added ELF Symbol Visibility support.
83 * Added Setting OSABI value in ELF header directive.
84 * Added Generate Makefile Dependencies option.
85 * Added Unlimited Optimization Passes option.
86 * Added %IFN and %ELIFN support.
87 * Added Logical Negation Operator.
88 * Enhanced Stack Relative Preprocessor Directives.
89 * Enhanced ELF Debug Formats.
90 * Enhanced Send Errors to a File option.
91 * Added SSSE3, SSE4.1, SSE4.2, SSE5 support.
92 * Added a large number of additional instructions.
93 * Significant performance improvements.
95 0.98.39
96 -------
97 * fix buffer overflow
98 * fix outas86's .bss handling
99 * "make spotless" no longer deletes config.h.in.
100 * %(el)if(n)idn insensitivity to string quotes difference (#809300).
101 * (nasm.c) __OUTPUT_FORMAT__ changed to string value instead of symbol.
103 0.98.38
104 -------
105 * Add Makefile for 16-bit DOS binaries under OpenWatcom, and modify
106   mkdep.pl to be able to generate completely pathless dependencies, as
107   required by OpenWatcom wmake (it supports path searches, but not
108   explicit paths.)
109 * Fix the STR instruction.
110 * Fix the ELF output format, which was broken under certain
111   circumstances due to the addition of stabs support.
112 * Quick-fix Borland format debug-info for -f obj  
113 * Fix for %rep with no arguments (#560568)
114 * Fix concatenation of preprocessor function call (#794686)
115 * Fix long label causes coredump (#677841)
116 * Use autoheader as well as autoconf to keep configure from generating
117   ridiculously long command lines.
118 * Make sure that all of the formats which support debugging output
119   actually will suppress debugging output when -g not specified.
121 0.98.37
122 -------
123 * Paths given in "-I" switch searched for "incbin"ed as
124   well as "%include"ed files.
125 * Added stabs debugging for the ELF output format, patch from
126   Martin Wawro.
127 * Fix output/outbin.c to allow origin > 80000000h.
128 * Make -U switch work.
129 * Fix the use of relative offsets with explicit prefixes, e.g. "a32 loop foo".
130 * Remove "backslash()".
131 * Fix the SMSW and SLDT instructions.
132 * -O2 and -O3 are no longer aliases for -O10 and -O15.  If you mean the
133   latter, please say so! :)
135 0.98.36
136 -------
137 * Update rdoff - librarian/archiver - common rec - docs!
138 * Fix signed/unsigned problems.
139 * Fix JMP FAR label and CALL FAR label.
140 * Add new multisection support - map files - fix align bug
141 * Fix sysexit, movhps/movlps reg,reg bugs in insns.dat
142 * "Q" or "O" suffixes indicate octal
143 * Support Prescott new instructions (PNI).
144 * Cyrix XSTORE instruction.
146 0.98.35
147 -------
148 * Fix build failure on 16-bit DOS (Makefile.bc3 workaround for compiler bug.)
149 * Fix dependencies and compiler warnings.
150 * Add "const" in a number of places.
151 * Add -X option to specify error reporting format (use -Xvc to
152   integrate with Microsoft Visual Studio.)
153 * Minor changes for code legibility.
154 * Drop use of tmpnam() in rdoff (security fix.)
156 0.98.34
157 -------
158 * Correct additional address-size vs. operand-size confusions.
159 * Generate dependencies for all Makefiles automatically.
160 * Add support for unimplemented (but theoretically available)
161   registers such as tr0 and cr5.  Segment registers 6 and 7 are called
162   segr6 and segr7 for the operations which they can be represented.
163 * Correct some disassembler bugs related to redundant address-size prefixes.
164   Some work still remains in this area.
165 * Correctly generate an error for things like "SEG eax".
166 * Add the JMPE instruction, enabled by "CPU IA64".
167 * Correct compilation on newer gcc/glibc platforms.
168 * Issue an error on things like "jmp far eax".
171 0.98.33
172 -------
174 * New __NASM_PATCHLEVEL__ and __NASM_VERSION_ID__ standard macros to
175   round out the version-query macros.  version.pl now understands
176   X.YYplWW or X.YY.ZZplWW as a version number, equivalent to
177   X.YY.ZZ.WW (or X.YY.0.WW, as appropriate).
178 * New keyword "strict" to disable the optimization of specific
179   operands.
180 * Fix the handing of size overrides with JMP instructions
181   (instructions such as "jmp dword foo".)
182 * Fix the handling of "ABSOLUTE label", where "label" points into a
183   relocatable segment.
184 * Fix OBJ output format with lots of externs.
185 * More documentation updates.
186 * Add -Ov option to get verbose information about optimizations.
187 * Undo a braindead change which broke %elif directives.
188 * Makefile updates.
191 0.98.32
192 -------
194 * Fix NASM crashing when %macro directives were left unterminated.
195 * Lots of documentation updates.
196 * Complete rewrite of the PostScript/PDF documentation generator.
197 * The MS Visual C++ Makefile was updated and corrected.
198 * Recognize .rodata as a standard section name in ELF.
199 * Fix some obsolete Perl4-isms in Perl scripts.
200 * Fix configure.in to work with autoconf 2.5x.
201 * Fix a couple of "make cleaner" misses.
202 * Make the normal "./configure && make" work with Cygwin.
205 0.98.31
206 -------
208 * Correctly build in a separate object directory again.
209 * Derive all references to the version number from the version file.
210 * New standard macros __NASM_SUBMINOR__ and __NASM_VER__ macros.
211 * Lots of Makefile updates and bug fixes.
212 * New %ifmacro directive to test for multiline macros.
213 * Documentation updates.
214 * Fixes for 16-bit OBJ format output.
215 * Changed the NASM environment variable to NASMENV.
218 0.98.30
219 -------
221 * Changed doc files a lot: completely removed old READMExx and
222   Wishlist files, incorporating all information in CHANGES and TODO.
223 * I waited a long time to rename zoutieee.c to (original) outieee.c
224 * moved all output modules to output/ subdirectory.
225 * Added 'make strip' target to strip debug info from nasm & ndisasm.
226 * Added INSTALL file with installation instructions.
227 * Added -v option description to nasm man.
228 * Added dist makefile target to produce source distributions.
229 * 16-bit support for ELF output format (GNU extension, but useful.)
232 0.98.28
233 -------
235 * Fastcooked this for Debian's Woody release:
236 Frank applied the INCBIN bug patch to 0.98.25alt and called
237 it 0.98.28 to not confuse poor little apt-get.
240 0.98.26
241 -------
243 * Reorganised files even better from 0.98.25alt
246 0.98.25alt
247 ----------
249 * Prettified the source tree. Moved files to more reasonable places.
250 * Added findleak.pl script to misc/ directory.
251 * Attempted to fix doc.
253 0.98.25
254 -------
256 * Line continuation character '\'
257 * Docs inadvertantly reverted - "dos packaging".
260 0.98.24p1
261 ---------
263 * FIXME: Someone, document this please.
266 0.98.24
267 -------
269 * Documentation - Ndisasm doc added to Nasm.doc.
272 0.98.23
273 -------
275 * Attempted to remove rdoff version1
276 * Lino Mastrodomenico's patches to preproc.c (%$$ bug?).
279 0.98.22
280 -------
282 * Update rdoff2 - attempt to remove v1.
285 0.98.21
286 -------
288 * Optimization fixes.
291 0.98.20
292 -------
294 * Optimization fixes.
297 0.98.19
298 -------
300 * H. J. Lu's patch back out.
303 0.98.18
304 -------
306 * Added ".rdata" to "-f win32".
309 0.98.17
310 -------
312 * H. J. Lu's "bogus elf" patch. (Red Hat problem?)
315 0.98.16
316 -------
318 * Fix whitespace before "[section ..." bug.
320 0.98.15
321 -------
323 * Rdoff changes (?).
324 * Fix fixes to memory leaks.
326 0.98.14
327 -------
329 * Fix memory leaks.
330 * (there was no '.13)
332 0.98.12
333 -------
335 * Update optimization (new function of "-O1")
336 * Changes to test/bintest.asm (?).
338 0.98.11
339 -------
341 * Optimization changes.
342 * Ndisasm fixed.
343 * (there was no '.10)
345 0.98.09
346 -------
348 * Add multiple sections support to "-f bin".
349 * Changed GLOBAL_TEMP_BASE in outelf.c from 6 to 15.
350 * Add "-v" as an alias to the "-r" switch.
351 * Remove "#ifdef" from Tasm compatibility options.
352 * Remove redundant size-overrides on "mov ds, ex", etc.
353 * Fixes to SSE2, other insns.dat (?).
354 * Enable uppercase "I" and "P" switches.
355 * Case insinsitive "seg" and "wrt".
356 * Update install.sh (?).
357 * Allocate tokens in blocks.
358 * Improve "invalid effective address" messages.
360 0.98.08
361 -------
363 * Add "%strlen" and "%substr" macro operators
364 * Fixed broken c16.mac.
365 * Unterminated string error reported.
366 * Fixed bugs as per 0.98bf
369 0.98.09b with John Coffman patches released 28-Oct-2001
370 -------------------------------------------------------
372 Changes from 0.98.07 release to 98.09b as of 28-Oct-2001
374 * More closely compatible with 0.98 when -O0 is implied
375 or specified.  Not strictly identical, since backward 
376 branches in range of short offsets are recognized, and signed
377 byte values with no explicit size specification will be
378 assembled as a single byte.
380 * More forgiving with the PUSH instruction.  0.98 requires
381 a size to be specified always.  0.98.09b will imply the size
382 from the current BITS setting (16 or 32).
384 * Changed definition of the optimization flag:
386         -O0     strict two-pass assembly, JMP and Jcc are
387                 handled more like 0.98, except that back-
388                 ward JMPs are short, if possible.
390         -O1     strict two-pass assembly, but forward
391                 branches are assembled with code guaranteed
392                 to reach; may produce larger code than
393                 -O0, but will produce successful assembly
394                 more often if branch offset sizes are not
395                 specified.
397         -O2     multi-pass optimization, minimize branch
398                 offsets; also will minimize signed immed-
399                 iate bytes, overriding size specification.
401         -O3     like -O2, but more passes taken, if needed
404 0.98.07 released 01/28/01
405 -------------------------
407 *       Added Stepane Denis' SSE2 instructions to a *working*
408         version of the code - some earlier versions were based on
409         broken code - sorry 'bout that. version "0.98.07"
412 01/28/01
413 --------
415 *       Cosmetic modifications to nasm.c, nasm.h,
416         AUTHORS, MODIFIED
419 0.98.06f released 01/18/01
420 --------------------------
422 *       - Add "metalbrain"s jecxz bug fix in insns.dat
423         - alter nasmdoc.src to match - version "0.98.06f"
426 0.98.06e released 01/09/01
427 --------------------------
429 *       Removed the "outforms.h" file - it appears to be
430         someone's old backup of "outform.h". version "0.98.06e" 
433 01/09/01
434 --------
436 * fbk - finally added the fix for the "multiple %includes bug",
437         known since 7/27/99 - reported originally (?) and sent to
438         us by Austin Lunnen - he reports that John Fine had a fix
439         within the day. Here it is...
441 * Nelson Rush resigns from the group. Big thanks to Nelson for
442   his leadership and enthusiasm in getting these changes
443   incorporated into Nasm!
445 * fbk - [list +], [list -] directives - ineptly implemented, should
446         be re-written or removed, perhaps.
448 * Brian Raiter / fbk - "elfso bug" fix - applied to aoutb format
449                        as well - testing might be desirable...
452 08/07/00
453 --------
455 * James Seter - -postfix, -prefix command line switches.
456 * Yuri Zaporogets - rdoff utility changes.
459 0.98p1
460 ------
462 * GAS-like palign (Panos Minos)
463 * FIXME: Someone, fill this in with details
466 0.98bf (bug-fixed)
467 ----------------------------------
469 * Fixed - elf and aoutb bug - shared libraries
470         - multiple "%include" bug in "-f obj"   
471         - jcxz, jecxz bug
472         - unrecognized option bug in ndisasm 
474 0.98.03 with John Coffman's changes released 27-Jul-2000
475 --------------------------------------------------------
477 * Added signed byte optimizations for the 0x81/0x83 class
478 of instructions: ADC, ADD, AND, CMP, OR, SBB, SUB, XOR:
479 when used as 'ADD reg16,imm' or 'ADD reg32,imm.'  Also
480 optimization of signed byte form of 'PUSH imm' and 'IMUL
481 reg,imm'/'IMUL reg,reg,imm.'  No size specification is needed.
483 * Added multi-pass JMP and Jcc offset optimization.  Offsets
484 on forward references will preferentially use the short form,
485 without the need to code a specific size (short or near) for
486 the branch.  Added instructions for 'Jcc label' to use the
487 form 'Jnotcc $+3/JMP label', in cases where a short offset
488 is out of bounds.  If compiling for a 386 or higher CPU, then
489 the 386 form of Jcc will be used instead.
491 This feature is controlled by a new command-line switch: "O",
492 (upper case letter O).  "-O0" reverts the assembler to no
493 extra optimization passes, "-O1" allows up to 5 extra passes,
494 and "-O2"(default), allows up to 10 extra optimization passes.
496 * Added a new directive:  'cpu XXX', where XXX is any of: 
497 8086, 186, 286, 386, 486, 586, pentium, 686, PPro, P2, P3 or
498 Katmai.  All are case insensitive.  All instructions will
499 be selected only if they apply to the selected cpu or lower.
500 Corrected a couple of bugs in cpu-dependence in 'insns.dat'.
502 * Added to 'standard.mac', the "use16" and "use32" forms of
503 the "bits 16/32" directive. This is nothing new, just conforms
504 to a lot of other assemblers. (minor)
506 * Changed label allocation from 320/32 (10000 labels @ 200K+) 
507 to 32/37 (1000 labels); makes running under DOS much easier.
508 Since additional label space is allocated dynamically, this
509 should have no effect on large programs with lots of labels.
510 The 37 is a prime, believed to be better for hashing. (minor)
512 * Integrated patchfile 0.98-0.98.01.  I call this version
513 0.98.03, for historical reasons:  0.98.02 was trashed.
515 --John Coffman <johninsd@san.rr.com>               27-Jul-2000
518 Kendall Bennett's SciTech MGL changes
519 -------------------------------------
520 Note that you must define "TASM_COMPAT" at compile-time
521 to get the Tasm Ideal Mode compatibility.
523 All changes can be compiled in and out using the TASM_COMPAT macros,
524 and when compiled without TASM_COMPAT defined we get the exact same
525 binary as the unmodified 0.98 sources.
527 standard.mac, macros.c:
528  . Added macros to ignore TASM directives before first include
530 nasm.h:
531  . Added extern declaration for tasm_compatible_mode
533 nasm.c:
534  . Added global variable tasm_compatible_mode
535  . Added command line switch for TASM compatible mode (-t)
536  . Changed version command line to reflect when compiled with TASM additions
537  . Added response file processing to allow all arguments on a single
538    line (response file is @resp rather than -@resp for NASM format).
540 labels.c:
541  . Changes islocal() macro to support TASM style @@local labels.
542  . Added islocalchar() macro to support TASM style @@local labels.
544 parser.c:
545  . Added support for TASM style memory references (ie: mov [DWORD eax],10
546    rather than the NASM style mov DWORD [eax],10).
548 preproc.c:
549  . Added new directives, %arg, %local, %stacksize to directives table
550  . Added support for TASM style directives without a leading % symbol.
552 Integrated a block of changes from Andrew Zabolotny <bit@eltech.ru>:
554 * A new keyword %xdefine and its case-insensitive counterpart %ixdefine.
555     They work almost the same way as %define and %idefine but expand
556     the definition immediately, not on the invocation. Something like a cross
557     between %define and %assign. The "x" suffix stands for "eXpand", so
558     "xdefine" can be deciphered as "expand-and-define". Thus you can do
559     things like this:
561         %assign ofs     0
562         
563         %macro  arg     1
564                 %xdefine %1 dword [esp+ofs]
565                 %assign ofs ofs+4
566         %endmacro
568 * Changed the place where the expansion of %$name macros are expanded.
569     Now they are converted into ..@ctxnum.name form when detokenizing, so
570     there are no quirks as before when using %$name arguments to macros,
571     in macros etc. For example:
573         %macro  abc     1
574                 %define %1 hello
575         %endm
577         abc     %$here
578         %$here
580     Now last line will be expanded into "hello" as expected. This also allows
581     for lots of goodies, a good example are extended "proc" macros included
582     in this archive.
584 * Added a check for "cstk" in smacro_defined() before calling get_ctx() -
585     this allows for things like:
587         %ifdef %$abc
588         %endif
590     to work without warnings even in no context.
592 * Added a check for "cstk" in %if*ctx and %elif*ctx directives -
593     this allows to use %ifctx without excessive warnings. If there is
594     no active context, %ifctx goes through "false" branch.
596 * Removed "user error: " prefix with %error directive: it just clobbers the
597     output and has absolutely no functionality. Besides, this allows to write
598     macros that does not differ from built-in functions in any way.
600 * Added expansion of string that is output by %error directive. Now you
601     can do things like:
603         %define hello(x) Hello, x!
605         %define %$name andy
606         %error "hello(%$name)"
608     Same happened with %include directive.
610 * Now all directives that expect an identifier will try to expand and
611     concatenate everything without whitespaces in between before usage.
612     For example, with "unfixed" nasm the commands
614         %define %$abc hello
615         %define __%$abc goodbye
616         __%$abc
618     would produce "incorrect" output: last line will expand to
620         hello goodbyehello
622     Not quite what you expected, eh? :-) The answer is that preprocessor
623     treats the %define construct as if it would be
625         %define __ %$abc goodbye
627     (note the white space between __ and %$abc). After my "fix" it
628     will "correctly" expand into
630         goodbye
632     as expected. Note that I use quotes around words "correct", "incorrect"
633     etc because this is rather a feature not a bug; however current behaviour
634     is more logical (and allows more advanced macro usage :-).
636     Same change was applied to:
637         %push,%macro,%imacro,%define,%idefine,%xdefine,%ixdefine,
638         %assign,%iassign,%undef
640 * A new directive [WARNING {+|-}warning-id] have been added. It works only
641     if the assembly phase is enabled (i.e. it doesn't work with nasm -e).
643 * A new warning type: macro-selfref. By default this warning is disabled;
644     when enabled NASM warns when a macro self-references itself; for example
645     the following source:
647         [WARNING macro-selfref]
649         %macro          push    1-*
650                 %rep    %0
651                         push    %1
652                         %rotate 1
653                 %endrep
654         %endmacro
656                         push    eax,ebx,ecx
658     will produce a warning, but if we remove the first line we won't see it
659     anymore (which is The Right Thing To Do {tm} IMHO since C preprocessor
660     eats such constructs without warnings at all).
662 * Added a "error" routine to preprocessor which always will set ERR_PASS1
663     bit in severity_code. This removes annoying repeated errors on first
664     and second passes from preprocessor.
666 * Added the %+ operator in single-line macros for concatenating two
667     identifiers. Usage example:
669         %define _myfunc _otherfunc
670         %define cextern(x) _ %+ x
671         cextern (myfunc)
673     After first expansion, third line will become "_myfunc". After this
674     expansion is performed again so it becomes "_otherunc".
676 * Now if preprocessor is in a non-emmitting state, no warning or error
677     will be emmitted. Example:
679         %if 1
680                 mov     eax,ebx
681         %else
682                 put anything you want between these two brackets,
683                 even macro-parameter references %1 or local labels %$zz
684                 or macro-local labels %%zz - no warning will be emmitted.
685         %endif
687 * Context-local variables on expansion as a last resort are looked up
688     in outer contexts. For example, the following piece:
690         %push   outer
691         %define %$a [esp]
693                 %push   inner
694                 %$a
695                 %pop
696         %pop
698     will expand correctly the fourth line to [esp]; if we'll define another
699     %$a inside the "inner" context, it will take precedence over outer
700     definition. However, this modification has been applied only to
701     expand_smacro and not to smacro_define: as a consequence expansion
702     looks in outer contexts, but %ifdef won't look in outer contexts.
704     This behaviour is needed because we don't want nested contexts to
705     act on already defined local macros. Example:
707         %define %$arg1  [esp+4]
708         test    eax,eax
709         if      nz
710                 mov     eax,%$arg1
711         endif
713     In this example the "if" mmacro enters into the "if" context, so %$arg1
714     is not valid anymore inside "if". Of course it could be worked around
715     by using explicitely %$$arg1 but this is ugly IMHO.
717 * Fixed memory leak in %undef. The origline wasn't freed before
718     exiting on success.
720 * Fixed trap in preprocessor when line expanded to empty set of tokens.
721     This happens, for example, in the following case:
723         #define SOMETHING
724         SOMETHING
727 0.98
728 ----
730 All changes since NASM 0.98p3 have been produced by H. Peter Anvin <hpa@zytor.com>.
732 * The documentation comment delimiter is \# not #.
733 * Allow EQU definitions to refer to external labels; reported by
734   Pedro Gimeno.
735 * Re-enable support for RDOFF v1; reported by Pedro Gimeno.
736 * Updated License file per OK from Simon and Julian.
739 0.98p9
740 ------
742 * Update documentation (although the instruction set reference will
743   have to wait; I don't want to hold up the 0.98 release for it.)
744 * Verified that the NASM implementation of the PEXTRW and PMOVMSKB
745   instructions is correct.  The encoding differs from what the Intel
746   manuals document, but the Pentium III behaviour matches NASM, not
747   the Intel manuals.
748 * Fix handling of implicit sizes in PSHUFW and PINSRW, reported by
749   Stefan Hoffmeister.
750 * Resurrect the -s option, which was removed when changing the
751   diagnostic output to stdout.
754 0.98p8
755 ------
757 * Fix for "DB" when NASM is running on a bigendian machine.
758 * Invoke insns.pl once for each output script, making Makefile.in
759   legal for "make -j".
760 * Improve the Unix configure-based makefiles to make package
761   creation easier.
762 * Included an RPM .spec file for building RPM (RedHat Package Manager)
763   packages on Linux or Unix systems.
764 * Fix Makefile dependency problems.
765 * Change src/rdsrc.pl to include sectioning information in info
766   output; required for install-info to work.
767 * Updated the RDOFF distribution to version 2 from Jules; minor
768   massaging to make it compile in my environment.
769 * Split doc files that can be built by anyone with a Perl interpreter off
770   into a separate archive.
771 * "Dress rehearsal" release!
774 0.98p7
775 ------
777 * Fixed opcodes with a third byte-sized immediate argument to not
778   complain if given "byte" on the immediate.
779 * Allow %undef to remove single-line macros with arguments.  This
780   matches the behaviour of #undef in the C preprocessor.
781 * Allow -d, -u, -i and -p to be specified as -D, -U, -I and -P for
782   compatibility with most C compilers and preprocessors.  This allows
783   Makefile options to be shared between cc and nasm, for example.
784 * Minor cleanups.
785 * Went through the list of Katmai instructions and hopefully fixed the
786   (rather few) mistakes in it.
787 * (Hopefully) fixed a number of disassembler bugs related to ambiguous
788   instructions (disambiguated by -p) and SSE instructions with REP.
789 * Fix for bug reported by Mark Junger: "call dword 0x12345678" should
790   work and may add an OSP (affected CALL, JMP, Jcc).
791 * Fix for environments when "stderr" isn't a compile-time constant.
794 0.98p6
795 ------
797 * Took officially over coordination of the 0.98 release; so drop
798   the p3.x notation. Skipped p4 and p5 to avoid confusion with John
799   Fine's J4 and J5 releases.
800 * Update the documentation; however, it still doesn't include
801   documentation for the various new instructions.  I somehow wonder if
802   it makes sense to have an instruction set reference in the assembler
803   manual when Intel et al have PDF versions of their manuals online.
804 * Recognize "idt" or "centaur" for the -p option to ndisasm.
805 * Changed error messages back to stderr where they belong, but add an
806   -E option to redirect them elsewhere (the DOS shell cannot redirect
807   stderr.)
808 * -M option to generate Makefile dependencies (based on code from Alex
809   Verstak.)
810 * %undef preprocessor directive, and -u option, that undefines a
811   single-line macro.
812 * OS/2 Makefile (Mkfiles/Makefile.os2) for Borland under OS/2; from
813   Chuck Crayne.
814 * Various minor bugfixes (reported by):
815   - Dangling %s in preproc.c (Martin Junker)
816 * THERE ARE KNOWN BUGS IN SSE AND THE OTHER KATMAI INSTRUCTIONS.  I am
817   on a trip and didn't bring the Katmai instruction reference, so I
818   can't work on them right now.
819 * Updated the License file per agreement with Simon and Jules to
820   include a GPL distribution clause.
823 0.98p3.7
824 --------
826 * (Hopefully) fixed the canned Makefiles to include the outrdf2 and
827   zoutieee modules.
828 * Renamed changes.asm to changed.asm.
831 0.98p3.6
832 --------
834 * Fixed a bunch of instructions that were added in 0.98p3.5 which had
835   memory operands, and the address-size prefix was missing from the
836   instruction pattern.
839 0.98p3.5
840 --------
842 * Merged in changes from John S. Fine's 0.98-J5 release.  John's based
843   0.98-J5 on my 0.98p3.3 release; this merges the changes.
844 * Expanded the instructions flag field to a long so we can fit more
845   flags; mark SSE (KNI) and AMD or Katmai-specific instructions as
846   such.
847 * Fix the "PRIV" flag on a bunch of instructions, and create new
848   "PROT" flag for protected-mode-only instructions (orthogonal to if
849   the instruction is privileged!) and new "SMM" flag for SMM-only
850   instructions.
851 * Added AMD-only SYSCALL and SYSRET instructions.
852 * Make SSE actually work, and add new Katmai MMX instructions.
853 * Added a -p (preferred vendor) option to ndisasm so that it can
854   distinguish e.g. Cyrix opcodes also used in SSE.  For example:
856         ndisasm -p cyrix aliased.bin
857         00000000  670F514310        paddsiw mm0,[ebx+0x10]
858         00000005  670F514320        paddsiw mm0,[ebx+0x20]
859         ndisasm -p intel aliased.bin
860         00000000  670F514310        sqrtps xmm0,[ebx+0x10]
861         00000005  670F514320        sqrtps xmm0,[ebx+0x20]
862 * Added a bunch of Cyrix-specific instructions.
865 0.98p3.4
866 --------
868 * Made at least an attempt to modify all the additional Makefiles (in
869   the Mkfiles directory).  I can't test it, but this was the best I
870   could do.
871 * DOS DJGPP+"Opus Make" Makefile from John S. Fine.
872 * changes.asm changes from John S. Fine.
875 0.98p3.3
876 --------
878 * Patch from Conan Brink to allow nesting of %rep directives.
879 * If we're going to allow INT01 as an alias for INT1/ICEBP (one of
880   Jules 0.98p3 changes), then we should allow INT03 as an alias for INT3
881   as well.
882 * Updated changes.asm to include the latest changes.
883 * Tried to clean up the <CR>s that had snuck in from a DOS/Windows
884   environment into my Unix environment, and try to make sure than
885   DOS/Windows users get them back.
886 * We would silently generate broken tools if insns.dat wasn't sorted
887   properly.  Change insns.pl so that the order doesn't matter.
888 * Fix bug in insns.pl (introduced by me) which would cause conditional
889   instructions to have an extra "cc" in disassembly, e.g. "jnz"
890   disassembled as "jccnz".
893 0.98p3.2
894 --------
896 * Merged in John S. Fine's changes from his 0.98-J4 prerelease; see
897   http://www.csoft.net/cz/johnfine/
898 * Changed previous "spotless" Makefile target (appropriate for distribution)
899   to "distclean", and added "cleaner" target which is same as "clean"
900   except deletes files generated by Perl scripts; "spotless" is union.
901 * Removed BASIC programs from distribution.  Get a Perl interpreter
902   instead (see below.)
903 * Calling this "pre-release 3.2" rather than "p3-hpa2" because of
904   John's contributions.
905 * Actually link in the IEEE output format (zoutieee.c); fix a bunch of
906   compiler warnings in that file.  Note I don't know what IEEE output
907   is supposed to look like, so these changes were made "blind".
910 0.98p3-hpa
911 ----------
913 * Merged nasm098p3.zip with nasm-0.97.tar.gz to create a fully
914   buildable version for Unix systems (Makefile.in updates, etc.)
915 * Changed insns.pl to create the instruction tables in nasm.h and
916   names.c, so that a new instruction can be added by adding it *only*
917   to insns.dat.
918 * Added the following new instructions: SYSENTER, SYSEXIT, FXSAVE,
919   FXRSTOR, UD1, UD2 (the latter two are two opcodes that Intel
920   guarantee will never be used; one of them is documented as UD2 in
921   Intel documentation, the other one just as "Undefined Opcode" --
922   calling it UD1 seemed to make sense.)
923 * MAX_SYMBOL was defined to be 9, but LOADALL286 and LOADALL386 are 10
924   characters long.  Now MAX_SYMBOL is derived from insns.dat.
925 * A note on the BASIC programs included: forget them.  insns.bas is
926   already out of date.  Get yourself a Perl interpreter for your
927   platform of choice at:
929         http://www.cpan.org/ports/index.html
932 0.98 pre-release 3
933 -------------------
935 added response file support, improved command line handling, new layout
936 help screen
938 fixed limit checking bug, 'OUT byte nn, reg' bug, and a couple of rdoff
939 related bugs, updated Wishlist; 0.98 Prerelease 3.
942 0.98 pre-release 2
943 -------------------
945 fixed bug in outcoff.c to do with truncating section names longer
946 than 8 characters, referencing beyond end of string; 0.98 pre-release 2
949 0.98 pre-released May 1999
950 --------------------------
952 Fixed a bug whereby STRUC didn't work at all in RDF.
954 Fixed a problem with group specification in PUBDEFs in OBJ.
956 Improved ease of adding new output formats. Contribution due to
957 Fox Cutter.
959 Fixed a bug in relocations in the `bin' format: was showing up when
960 a relocatable reference crossed an 8192-byte boundary in any output
961 section.
963 Fixed a bug in local labels: local-label lookups were inconsistent
964 between passes one and two if an EQU occurred between the definition
965 of a global label and the subsequent use of a local label local to
966 that global.
968 Fixed a seg-fault in the preprocessor (again) which happened when
969 you use a blank line as the first line of a multi-line macro
970 definition and then defined a label on the same line as a call to
971 that macro.
973 Fixed a stale-pointer bug in the handling of the NASM environment
974 variable. Thanks to Thomas McWilliams.
976 ELF had a hard limit on the number of sections which caused
977 segfaults when transgressed. Fixed.
979 Added ability for ndisasm to read from stdin by using `-' as the
980 filename.
982 ndisasm wasn't outputting the TO keyword. Fixed.
984 Fixed error cascade on bogus expression in %if - an error in
985 evaluation was causing the entire %if to be discarded, thus creating
986 trouble later when the %else or %endif was encountered.
988 Forward reference tracking was instruction-granular not operand-
989 granular, which was causing 286-specific code to be generated
990 needlessly on code of the form `shr word [forwardref],1'. Thanks to
991 Jim Hague for sending a patch.
993 All messages now appear on stdout, as sending them to stderr serves
994 no useful purpose other than to make redirection difficult.
996 Fixed the problem with EQUs pointing to an external symbol - this
997 now generates an error message.
999 Allowed multiple size prefixes to an operand, of which only the first
1000 is taken into account.
1002 Incorporated John Fine's changes, including fixes of a large number
1003 of preprocessor bugs, some small problems in OBJ, and a reworking of
1004 label handling to define labels before their line is assembled, rather
1005 than after.
1007 Reformatted a lot of the source code to be more readable. Included
1008 'coding.txt' as a guideline for how to format code for contributors.
1010 Stopped nested %reps causing a panic - they now cause a slightly more
1011 friendly error message instead.
1013 Fixed floating point constant problems (patch by Pedro Gimeno)
1015 Fixed the return value of insn_size() not being checked for -1, indicating
1016 an error.
1018 Incorporated 3D now instructions.
1020 Fixed the 'mov eax, eax + ebx' bug.
1022 Fixed the GLOBAL EQU bug in ELF. Released developers release 3.
1024 Incorporated John Fine's command line parsing changes
1026 Incorporated David Lindauer's OMF debug support
1028 Made changes for LCC 4.0 support (__NASM_CDecl__, removed register size
1029 specification warning when sizes agree).
1031 Released NASM 0.98 Pre-release 1
1034 0.97 released December 1997
1035 ---------------------------
1037 This was entirely a bug-fix release to 0.96, which seems to have got
1038 cursed. Silly me.
1040 Fixed stupid mistake in OBJ which caused `MOV EAX,<constant>' to
1041 fail. Caused by an error in the `MOV EAX,<segment>' support.
1043 ndisasm hung at EOF when compiled with lcc on Linux because lcc on
1044 Linux somehow breaks feof(). ndisasm now does not rely on feof().
1046 A heading in the documentation was missing due to a markup error in
1047 the indexing. Fixed.
1049 Fixed failure to update all pointers on realloc() within extended-
1050 operand code in parser.c. Was causing wrong behaviour and seg faults
1051 on lines such as `dd 0.0,0.0,0.0,0.0,...'
1053 Fixed a subtle preprocessor bug whereby invoking one multi-line
1054 macro on the first line of the expansion of another, when the second
1055 had been invoked with a label defined before it, didn't expand the
1056 inner macro. 
1058 Added internal.doc back in to the distribution archives - it was
1059 missing in 0.96 *blush*
1061 Fixed bug causing 0.96 to be unable to assemble its own test files,
1062 specifically objtest.asm. *blush again*
1064 Fixed seg-faults and bogus error messages caused by mismatching
1065 %rep and %endrep within multi-line macro definitions.
1067 Fixed a problem with buffer overrun in OBJ, which was causing
1068 corruption at ends of long PUBDEF records.
1070 Separated DOS archives into main-program and documentation to reduce
1071 download size.
1074 0.96 released November 1997
1075 ---------------------------
1077 Fixed a bug whereby, if `nasm sourcefile' would cause a filename
1078 collision warning and put output into `nasm.out', then `nasm
1079 sourcefile -o outputfile' still gave the warning even though the
1080 `-o' was honoured.
1082 Fixed name pollution under Digital UNIX: one of its header files
1083 defined R_SP, which broke the enum in nasm.h.
1085 Fixed minor instruction table problems: FUCOM and FUCOMP didn't have
1086 two-operand forms; NDISASM didn't recognise the longer register
1087 forms of PUSH and POP (eg FF F3 for PUSH BX); TEST mem,imm32 was
1088 flagged as undocumented; the 32-bit forms of CMOV had 16-bit operand
1089 size prefixes; `AAD imm' and `AAM imm' are no longer flagged as
1090 undocumented because the Intel Architecture reference documents
1091 them.
1093 Fixed a problem with the local-label mechanism, whereby strange
1094 types of symbol (EQUs, auto-defined OBJ segment base symbols)
1095 interfered with the `previous global label' value and screwed up
1096 local labels.
1098 Fixed a bug whereby the stub preprocessor didn't communicate with
1099 the listing file generator, so that the -a and -l options in
1100 conjunction would produce a useless listing file.
1102 Merged `os2' object file format back into `obj', after discovering
1103 that `obj' _also_ shouldn't have a link pass separator in a module
1104 containing a non-trivial MODEND. Flat segments are now declared
1105 using the FLAT attribute. `os2' is no longer a valid object format
1106 name: use `obj'.
1108 Removed the fixed-size temporary storage in the evaluator. Very very
1109 long expressions (like `mov ax,1+1+1+1+...' for two hundred 1s or
1110 so) should now no longer crash NASM.
1112 Fixed a bug involving segfaults on disassembly of MMX instructions,
1113 by changing the meaning of one of the operand-type flags in nasm.h.
1114 This may cause other apparently unrelated MMX problems; it needs to
1115 be tested thoroughly.
1117 Fixed some buffer overrun problems with large OBJ output files.
1118 Thanks to DJ Delorie for the bug report and fix.
1120 Made preprocess-only mode actually listen to the %line markers as it
1121 prints them, so that it can report errors more sanely.
1123 Re-designed the evaluator to keep more sensible track of expressions
1124 involving forward references: can now cope with previously-nightmare
1125 situations such as
1126    mov ax,foo | bar
1127    foo equ 1
1128    bar equ 2
1130 Added the ALIGN and ALIGNB standard macros.
1132 Added PIC support in ELF: use of WRT to obtain the four extra
1133 relocation types needed.
1135 Added the ability for output file formats to define their own
1136 extensions to the GLOBAL, COMMON and EXTERN directives.
1138 Implemented common-variable alignment, and global-symbol type and
1139 size declarations, in ELF.
1141 Implemented NEAR and FAR keywords for common variables, plus
1142 far-common element size specification, in OBJ.
1144 Added a feature whereby EXTERNs and COMMONs in OBJ can be given a
1145 default WRT specification (either a segment or a group).
1147 Transformed the Unix NASM archive into an auto-configuring package.
1149 Added a sanity-check for people applying SEG to things which are
1150 already segment bases: this previously went unnoticed by the SEG
1151 processing and caused OBJ-driver panics later.
1153 Added the ability, in OBJ format, to deal with `MOV EAX,<segment>'
1154 type references: OBJ doesn't directly support dword-size segment
1155 base fixups, but as long as the low two bytes of the constant term
1156 are zero, a word-size fixup can be generated instead and it will
1157 work.
1159 Added the ability to specify sections' alignment requirements in
1160 Win32 object files and pure binary files.
1162 Added preprocess-time expression evaluation: the %assign (and
1163 %iassign) directive and the bare %if (and %elif) conditional. Added
1164 relational operators to the evaluator, for use only in %if
1165 constructs: the standard relationals = < > <= >= <> (and C-like
1166 synonyms == and !=) plus low-precedence logical operators &&, ^^ and
1169 Added a preprocessor repeat construct: %rep / %exitrep / %endrep.
1171 Added the __FILE__ and __LINE__ standard macros.
1173 Added a sanity check for number constants being greater than
1174 0xFFFFFFFF. The warning can be disabled.
1176 Added the %0 token whereby a variadic multi-line macro can tell how
1177 many parameters it's been given in a specific invocation.
1179 Added %rotate, allowing multi-line macro parameters to be cycled.
1181 Added the `*' option for the maximum parameter count on multi-line
1182 macros, allowing them to take arbitrarily many parameters.
1184 Added the ability for the user-level forms of EXTERN, GLOBAL and
1185 COMMON to take more than one argument.
1187 Added the IMPORT and EXPORT directives in OBJ format, to deal with
1188 Windows DLLs.
1190 Added some more preprocessor %if constructs: %ifidn / %ifidni (exact
1191 textual identity), and %ifid / %ifnum / %ifstr (token type testing).
1193 Added the ability to distinguish SHL AX,1 (the 8086 version) from
1194 SHL AX,BYTE 1 (the 286-and-upwards version whose constant happens to
1195 be 1).
1197 Added NetBSD/FreeBSD/OpenBSD's variant of a.out format, complete
1198 with PIC shared library features.
1200 Changed NASM's idiosyncratic handling of FCLEX, FDISI, FENI, FINIT,
1201 FSAVE, FSTCW, FSTENV, and FSTSW to bring it into line with the
1202 otherwise accepted standard. The previous behaviour, though it was a
1203 deliberate feature, was a deliberate feature based on a
1204 misunderstanding. Apologies for the inconvenience.
1206 Improved the flexibility of ABSOLUTE: you can now give it an
1207 expression rather than being restricted to a constant, and it can
1208 take relocatable arguments as well.
1210 Added the ability for a variable to be declared as EXTERN multiple
1211 times, and the subsequent definitions are just ignored.
1213 We now allow instruction prefixes (CS, DS, LOCK, REPZ etc) to be
1214 alone on a line (without a following instruction).
1216 Improved sanity checks on whether the arguments to EXTERN, GLOBAL
1217 and COMMON are valid identifiers.
1219 Added misc/exebin.mac to allow direct generation of .EXE files by
1220 hacking up an EXE header using DB and DW; also added test/binexe.asm
1221 to demonstrate the use of this. Thanks to Yann Guidon for
1222 contributing the EXE header code.
1224 ndisasm forgot to check whether the input file had been successfully
1225 opened. Now it does. Doh!
1227 Added the Cyrix extensions to the MMX instruction set.
1229 Added a hinting mechanism to allow [EAX+EBX] and [EBX+EAX] to be
1230 assembled differently. This is important since [ESI+EBP] and
1231 [EBP+ESI] have different default base segment registers.
1233 Added support for the PharLap OMF extension for 4096-byte segment
1234 alignment.
1237 0.95 released July 1997
1238 -----------------------
1240 Fixed yet another ELF bug. This one manifested if the user relied on
1241 the default segment, and attempted to define global symbols without
1242 first explicitly declaring the target segment.
1244 Added makefiles (for NASM and the RDF tools) to build Win32 console
1245 apps under Symantec C++. Donated by Mark Junker.
1247 Added `macros.bas' and `insns.bas', QBasic versions of the Perl
1248 scripts that convert `standard.mac' to `macros.c' and convert
1249 `insns.dat' to `insnsa.c' and `insnsd.c'. Also thanks to Mark
1250 Junker.
1252 Changed the diassembled forms of the conditional instructions so
1253 that JB is now emitted as JC, and other similar changes. Suggested
1254 list by Ulrich Doewich.
1256 Added `@' to the list of valid characters to begin an identifier
1257 with.
1259 Documentary changes, notably the addition of the `Common Problems'
1260 section in nasm.doc.
1262 Fixed a bug relating to 32-bit PC-relative fixups in OBJ.
1264 Fixed a bug in perm_copy() in labels.c which was causing exceptions
1265 in cleanup_labels() on some systems.
1267 Positivity sanity check in TIMES argument changed from a warning to
1268 an error following a further complaint.
1270 Changed the acceptable limits on byte and word operands to allow
1271 things like `~10111001b' to work.
1273 Fixed a major problem in the preprocessor which caused seg-faults if
1274 macro definitions contained blank lines or comment-only lines.
1276 Fixed inadequate error checking on the commas separating the
1277 arguments to `db', `dw' etc.
1279 Fixed a crippling bug in the handling of macros with operand counts
1280 defined with a `+' modifier.
1282 Fixed a bug whereby object file formats which stored the input file
1283 name in the output file (such as OBJ and COFF) weren't doing so
1284 correctly when the output file name was specified on the command
1285 line.
1287 Removed [INC] and [INCLUDE] support for good, since they were
1288 obsolete anyway.
1290 Fixed a bug in OBJ which caused all fixups to be output in 16-bit
1291 (old-format) FIXUPP records, rather than putting the 32-bit ones in
1292 FIXUPP32 (new-format) records.
1294 Added, tentatively, OS/2 object file support (as a minor variant on
1295 OBJ).
1297 Updates to Fox Cutter's Borland C makefile, Makefile.bc2.
1299 Removed a spurious second fclose() on the output file.
1301 Added the `-s' command line option to redirect all messages which
1302 would go to stderr (errors, help text) to stdout instead.
1304 Added the `-w' command line option to selectively suppress some
1305 classes of assembly warning messages.
1307 Added the `-p' pre-include and `-d' pre-define command-line options.
1309 Added an include file search path: the `-i' command line option.
1311 Fixed a silly little preprocessor bug whereby starting a line with a
1312 `%!' environment-variable reference caused an `unknown directive'
1313 error.
1315 Added the long-awaited listing file support: the `-l' command line
1316 option.
1318 Fixed a problem with OBJ format whereby, in the absence of any
1319 explicit segment definition, non-global symbols declared in the
1320 implicit default segment generated spurious EXTDEF records in the
1321 output.
1323 Added the NASM environment variable.
1325 From this version forward, Win32 console-mode binaries will be
1326 included in the DOS distribution in addition to the 16-bit binaries.
1327 Added Makefile.vc for this purpose.
1329 Added `return 0;' to test/objlink.c to prevent compiler warnings.
1331 Added the __NASM_MAJOR__ and __NASM_MINOR__ standard defines.
1333 Added an alternative memory-reference syntax in which prefixing an
1334 operand with `&' is equivalent to enclosing it in square brackets,
1335 at the request of Fox Cutter.
1337 Errors in pass two now cause the program to return a non-zero error
1338 code, which they didn't before.
1340 Fixed the single-line macro cycle detection, which didn't work at
1341 all on macros with no parameters (caused an infinite loop). Also
1342 changed the behaviour of single-line macro cycle detection to work
1343 like cpp, so that macros like `extrn' as given in the documentation
1344 can be implemented.
1346 Fixed the implementation of WRT, which was too restrictive in that
1347 you couldn't do `mov ax,[di+abc wrt dgroup]' because (di+abc) wasn't
1348 a relocatable reference.
1351 0.94 released April 1997
1352 ------------------------
1354 Major item: added the macro processor.
1356 Added undocumented instructions SMI, IBTS, XBTS and LOADALL286. Also
1357 reorganised CMPXCHG instruction into early-486 and Pentium forms.
1358 Thanks to Thobias Jones for the information.
1360 Fixed two more stupid bugs in ELF, which were causing `ld' to
1361 continue to seg-fault in a lot of non-trivial cases.
1363 Fixed a seg-fault in the label manager.
1365 Stopped FBLD and FBSTP from _requiring_ the TWORD keyword, which is
1366 the only option for BCD loads/stores in any case.
1368 Ensured FLDCW, FSTCW and FSTSW can cope with the WORD keyword, if
1369 anyone bothers to provide it. Previously they complained unless no
1370 keyword at all was present.
1372 Some forms of FDIV/FDIVR and FSUB/FSUBR were still inverted: a
1373 vestige of a bug that I thought had been fixed in 0.92. This was
1374 fixed, hopefully for good this time...
1376 Another minor phase error (insofar as a phase error can _ever_ be
1377 minor) fixed, this one occurring in code of the form
1378    rol ax,forward_reference
1379    forward_reference equ 1
1381 The number supplied to TIMES is now sanity-checked for positivity,
1382 and also may be greater than 64K (which previously didn't work on
1383 16-bit systems).
1385 Added Watcom C makefiles, and misc/pmw.bat, donated by Dominik Behr.
1387 Added the INCBIN pseudo-opcode.
1389 Due to the advent of the preprocessor, the [INCLUDE] and [INC]
1390 directives have become obsolete. They are still supported in this
1391 version, with a warning, but won't be in the next.
1393 Fixed a bug in OBJ format, which caused incorrect object records to
1394 be output when absolute labels were made global.
1396 Updates to RDOFF subdirectory, and changes to outrdf.c.
1399 0.93 released January 1997
1400 --------------------------
1402 This release went out in a great hurry after semi-crippling bugs
1403 were found in 0.92.
1405 Really _did_ fix the stack overflows this time. *blush*
1407 Had problems with EA instruction sizes changing between passes, when
1408 an offset contained a forward reference and so 4 bytes were
1409 allocated for the offset in pass one; by pass two the symbol had
1410 been defined and happened to be a small absolute value, so only 1
1411 byte got allocated, causing instruction size mismatch between passes
1412 and hence incorrect address calculations. Fixed.
1414 Stupid bug in the revised ELF section generation fixed (associated
1415 string-table section for .symtab was hard-coded as 7, even when this
1416 didn't fit with the real section table). Was causing `ld' to
1417 seg-fault under Linux.
1419 Included a new Borland C makefile, Makefile.bc2, donated by Fox
1420 Cutter <lmb@comtch.iea.com>.
1423 0.92 released January 1997
1424 --------------------------
1426 The FDIVP/FDIVRP and FSUBP/FSUBRP pairs had been inverted: this was
1427 fixed. This also affected the LCC driver.
1429 Fixed a bug regarding 32-bit effective addresses of the form
1430 [other_register+ESP].
1432 Documentary changes, notably documentation of the fact that Borland
1433 Win32 compilers use `obj' rather than `win32' object format.
1435 Fixed the COMENT record in OBJ files, which was formatted
1436 incorrectly.
1438 Fixed a bug causing segfaults in large RDF files.
1440 OBJ format now strips initial periods from segment and group
1441 definitions, in order to avoid complications with the local label
1442 syntax.
1444 Fixed a bug in disassembling far calls and jumps in NDISASM.
1446 Added support for user-defined sections in COFF and ELF files.
1448 Compiled the DOS binaries with a sensible amount of stack, to
1449 prevent stack overflows on any arithmetic expression containing
1450 parentheses.
1452 Fixed a bug in handling of files that do not terminate in a newline.
1455 0.91 released November 1996
1456 ---------------------------
1458 Loads of bug fixes.
1459 Support for RDF added.
1460 Support for DBG debugging format added.
1461 Support for 32-bit extensions to Microsoft OBJ format added.
1462 Revised for Borland C: some variable names changed, makefile added.
1463 LCC support revised to actually work.
1464 JMP/CALL NEAR/FAR notation added.
1465 `a16', `o16', `a32' and `o32' prefixes added.
1466 Range checking on short jumps implemented.
1467 MMX instruction support added.
1468 Negative floating point constant support added.
1469 Memory handling improved to bypass 64K barrier under DOS.
1470 $ prefix to force treatment of reserved words as identifiers added.
1471 Default-size mechanism for object formats added.
1472 Compile-time configurability added.
1473 `#', `@', `~' and `?' are now valid characters in labels.
1474 `-e' and `-k' options in NDISASM added.
1477 0.90 released October 1996
1478 --------------------------
1480 First release version. First support for object file output. Other
1481 changes from previous version (0.3x) too numerous to document.