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