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