Commit Graph

222 Commits

Author SHA1 Message Date
Debbie Wiles
4cd2604ebf Altered the documentation for the %! directive 2002-06-01 11:16:49 +00:00
H. Peter Anvin
7128979716 Remove obsolete script 2002-05-31 00:47:24 +00:00
H. Peter Anvin
7cf897e7ae Correctly recognize $$ as TOKEN_BASE 2002-05-30 21:30:33 +00:00
Debbie Wiles
585d422f14 Documented the %! (get environment) preprocessor directive. 2002-05-29 15:36:49 +00:00
H. Peter Anvin
3ab8de6a14 Add the JMPE instruction. 2002-05-28 01:25:06 +00:00
H. Peter Anvin
3ba467795a Deal with another case of address/operand size confusion, BR 560873 2002-05-27 23:19:35 +00:00
H. Peter Anvin
0b23240481 Drop the version number from the README file 2002-05-27 21:46:20 +00:00
H. Peter Anvin
24762d487c Correct handling of SEG <nonsegment>; per BR 560575 2002-05-27 02:19:43 +00:00
H. Peter Anvin
d4bc3f54ec 0.98.33 is out, so next will be 0.98.34 2002-05-27 01:29:28 +00:00
H. Peter Anvin
927c5d71f3 Generate a spec file *correctly* 2002-05-27 01:18:45 +00:00
H. Peter Anvin
d093e3232a Automatically make a specfile 2002-05-27 01:14:00 +00:00
H. Peter Anvin
4f22df2b91 Need "make cleaner" not "make clean" 2002-05-27 00:55:53 +00:00
H. Peter Anvin
bb253a2d38 Avoid releasing intermediate files in the doc bundle 2002-05-27 00:52:46 +00:00
H. Peter Anvin
1e286f4b12 More CHANGES updates... 2002-05-26 23:55:48 +00:00
H. Peter Anvin
e26f002571 Add a way to link with specific system libraries (e.g. efence). 2002-05-26 23:55:34 +00:00
H. Peter Anvin
ac300c4ecb Update the list of changes until now. 2002-05-26 23:52:16 +00:00
H. Peter Anvin
8215a54b21 Fix off-by-one error found when running theowl's test cases. 2002-05-26 23:48:09 +00:00
H. Peter Anvin
ccfd9e2950 This file needs <stdlib.h> 2002-05-26 23:45:30 +00:00
H. Peter Anvin
8e5c45959a This file needs <string.h> 2002-05-26 23:35:02 +00:00
H. Peter Anvin
d6696dbe1a Fix really stupid thinko on my part... 2002-05-26 22:49:19 +00:00
H. Peter Anvin
372aad9547 Clean up Makefile.unx and document it better 2002-05-26 22:43:16 +00:00
H. Peter Anvin
f807fd8f0d raa_read() is defined to return 0 for all uninitialized entries, do
not issue an error.

Some minor ANSI C cleanups (memset(...,0,...) is *not* a valid way to
initialize an array of pointers to NULL.)
2002-05-26 22:30:48 +00:00
H. Peter Anvin
14f4d04643 Undo accidental checkin of old code 2002-05-26 21:48:18 +00:00
Debbie Wiles
f1a3f94d45 Reversed a change in 1.27 that affects ABSOLUTE. 2002-05-26 21:08:39 +00:00
H. Peter Anvin
667dd804e6 Handle $ and $$ in ABSOLUTE sections 2002-05-26 19:49:41 +00:00
John Coffman
460764e07f Account for ./output directory 2002-05-26 19:43:26 +00:00
John Coffman
0efaec964e Move optimizer output from '-g' switch to '-Ov' switch 2002-05-26 19:20:08 +00:00
H. Peter Anvin
d0e365d523 Make "ABSOLUTE <label>" work again; code based on 0.97. 2002-05-26 18:19:19 +00:00
H. Peter Anvin
b6469d3a84 Allow passing options to genps.pl from the user command line 2002-05-25 22:21:27 +00:00
Debbie Wiles
64fee5a6c8 Documented %xdefine and %xidefine, and fixed an index item in %define. 2002-05-25 13:12:21 +00:00
Debbie Wiles
64de47c0cb Documented the ___NASM_PATCHLEVEL__ and __NASM_VERSION_ID__ macros. 2002-05-25 03:05:05 +00:00
H. Peter Anvin
d8aadba81c Update from John Coffman 2002-05-25 02:22:02 +00:00
H. Peter Anvin
086c80d72b Make it an error to supply a non-constant expression to ABSOLUTE 2002-05-25 01:45:11 +00:00
H. Peter Anvin
45724a8110 Better explanation why insnsa.c is a separate module 2002-05-25 01:39:12 +00:00
H. Peter Anvin
36775e439f Missed one undecorated ORG 2002-05-24 20:33:51 +00:00
Debbie Wiles
bbe2f5ef31 Fixed a few typos, tidied up index entries for BIN and its' subentries. 2002-05-24 20:00:52 +00:00
Debbie Wiles
a77955580e Reversed a few changes erroneously removed in the last update 2002-05-24 19:10:40 +00:00
Debbie Wiles
f128b4b164 Added multisection to documentation for the .bin format, and removed obsolete details. 2002-05-24 14:36:19 +00:00
Debbie Wiles
591553d88d Added extra tests, to fully test multisection support for .bin format 2002-05-24 14:33:35 +00:00
H. Peter Anvin
8b923b1231 Fix typo: "BIT 16" -> "BITS 16" 2002-05-23 06:40:32 +00:00
H. Peter Anvin
f8ab4baba1 Change space to NBSP to avoid breakage on 'doze platforms 2002-05-22 23:23:02 +00:00
H. Peter Anvin
52c9ad7b3c Add %elif preprocessor test 2002-05-22 23:01:06 +00:00
H. Peter Anvin
0c60815d91 Undo broken %elif change, and put in a big comment explaining why the
existing code is correct.
2002-05-22 22:59:40 +00:00
H. Peter Anvin
e4b9254447 Add 16-bit imul test for strictness 2002-05-22 20:48:01 +00:00
H. Peter Anvin
8c1da7b3ce Fix the handling of the STRICT keyword 2002-05-22 20:45:09 +00:00
Debbie Wiles
f1bbcf3160 Another change to the STRICT documentation 2002-05-22 20:44:11 +00:00
H. Peter Anvin
769f2cf792 No C++ comments, please! 2002-05-22 20:23:14 +00:00
Debbie Wiles
9642d4fd7f Updated documentation for the STRICT keyword. 2002-05-22 20:14:52 +00:00
Debbie Wiles
8311d9f310 Fixed the ABSOLUTE LABEL problem 2002-05-22 19:50:30 +00:00
H. Peter Anvin
ae438913af Document the STRICT keyword 2002-05-22 05:40:50 +00:00