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