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