mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
Correct name spelling and email address
Signed-off-by: Yuri Zaporozhets <r_tty@yahoo.co.uk>
This commit is contained in:
parent
76ee8e6091
commit
7a33af2904
12
AUTHORS
12
AUTHORS
@ -36,7 +36,7 @@ D: Documentation - "3dNow!" instructions and misc.
|
||||
D: insns.dat fixes and new instructions.
|
||||
|
||||
N: AMD Inc. (names of developers here?)
|
||||
E:
|
||||
E:
|
||||
D: 3DNow instructions
|
||||
D: New Athlon instructions
|
||||
D: Makefile.vc fix
|
||||
@ -46,8 +46,8 @@ E: johninsd@users.sourceforge.net
|
||||
D: added Jcc optimizations; CPU level checks
|
||||
D: bug fixes, compilation fixes
|
||||
|
||||
N: Yuri Zaporogets
|
||||
E: yuriz@users.sourceforge.net
|
||||
N: Yuri Zaporozhets
|
||||
E: r_tty@yahoo.co.uk
|
||||
D: RDOFF support
|
||||
|
||||
N: H. Peter Anvin
|
||||
@ -61,17 +61,17 @@ D: Preprocessor and OBJ (OMF) output format driver
|
||||
D: Organized DOS versions of 0.98 release
|
||||
|
||||
N: Kendall Bennet
|
||||
E: KendallB@scitechsoft.com
|
||||
E: KendallB@scitechsoft.com
|
||||
D: NASM enhancements
|
||||
D: macros
|
||||
D: Syntax modifications
|
||||
|
||||
N: Gary Clark
|
||||
E:
|
||||
E:
|
||||
D: AMD 3DNow! instructions
|
||||
|
||||
N: Andrew Crabtree
|
||||
E:
|
||||
E:
|
||||
D: Debugging support
|
||||
|
||||
N: Rafael R. Sevilla
|
||||
|
@ -1241,7 +1241,7 @@ from the current BITS setting (16 or 32).
|
||||
|
||||
|
||||
\b Removed the "outforms.h" file - it appears to be
|
||||
someone's old backup of "outform.h". version "0.98.06e"
|
||||
someone's old backup of "outform.h". version "0.98.06e"
|
||||
|
||||
01/09/01
|
||||
|
||||
@ -1264,7 +1264,7 @@ from the current BITS setting (16 or 32).
|
||||
|
||||
\b James Seter - -postfix, -prefix command line switches.
|
||||
|
||||
\b Yuri Zaporogets - rdoff utility changes.
|
||||
\b Yuri Zaporozhets - rdoff utility changes.
|
||||
|
||||
|
||||
\S{cl-0.98p1} Version 0.98p1
|
||||
@ -1277,9 +1277,9 @@ from the current BITS setting (16 or 32).
|
||||
\S{cl-0.98bf (bug-fixed)} Version 0.98bf (bug-fixed)
|
||||
|
||||
\b Fixed - elf and aoutb bug - shared libraries
|
||||
- multiple "%include" bug in "-f obj"
|
||||
- multiple "%include" bug in "-f obj"
|
||||
- jcxz, jecxz bug
|
||||
- unrecognized option bug in ndisasm
|
||||
- unrecognized option bug in ndisasm
|
||||
|
||||
\S{cl-0.98.03 with John Coffman's changes released 27-Jul-2000} Version 0.98.03 with John Coffman's changes released 27-Jul-2000
|
||||
|
||||
@ -1302,7 +1302,7 @@ This feature is controlled by a new command-line switch: "O",
|
||||
extra optimization passes, "-O1" allows up to 5 extra passes,
|
||||
and "-O2"(default), allows up to 10 extra optimization passes.
|
||||
|
||||
\b Added a new directive: 'cpu XXX', where XXX is any of:
|
||||
\b Added a new directive: 'cpu XXX', where XXX is any of:
|
||||
8086, 186, 286, 386, 486, 586, pentium, 686, PPro, P2, P3 or
|
||||
Katmai. All are case insensitive. All instructions will
|
||||
be selected only if they apply to the selected cpu or lower.
|
||||
@ -1312,7 +1312,7 @@ Corrected a couple of bugs in cpu-dependence in 'insns.dat'.
|
||||
the "bits 16/32" directive. This is nothing new, just conforms
|
||||
to a lot of other assemblers. (minor)
|
||||
|
||||
\b Changed label allocation from 320/32 (10000 labels @ 200K+)
|
||||
\b Changed label allocation from 320/32 (10000 labels @ 200K+)
|
||||
to 32/37 (1000 labels); makes running under DOS much easier.
|
||||
Since additional label space is allocated dynamically, this
|
||||
should have no effect on large programs with lots of labels.
|
||||
|
24
rdoff/README
24
rdoff/README
@ -23,7 +23,7 @@ Here is a brief summary of the programs' usage:
|
||||
rdfdump
|
||||
=======
|
||||
|
||||
This tool prints a list of the header records in an RDOFF object in
|
||||
This tool prints a list of the header records in an RDOFF object in
|
||||
human-readable form, and optionally prints a hex dump of the contents
|
||||
of the segments.
|
||||
|
||||
@ -59,7 +59,7 @@ Most of its options are not implemented, but those that are are listed here:
|
||||
-2 redirect all output from stderr to stdout. It is useful for some
|
||||
systems which don't have such a redirection in shell (e.g. DOS).
|
||||
|
||||
-v increase verbosity level. Currently 4 verbosity levels are
|
||||
-v increase verbosity level. Currently 4 verbosity levels are
|
||||
available: default (which only prints error information), normal
|
||||
(which prints information about the produced object, -v), medium
|
||||
(which prints information about what the program is doing, -v -v)
|
||||
@ -68,25 +68,25 @@ Most of its options are not implemented, but those that are are listed here:
|
||||
-a change alignment value to which multiple segments combigned into
|
||||
a single segment should be aligned (must be either 1, 2, 4, 8,
|
||||
16, 32 or 256. Default is 16).
|
||||
|
||||
|
||||
-s strip exported symbols from output file. Symbols marked as
|
||||
SYM_GLOBAL are never stripped.
|
||||
|
||||
|
||||
-x warn about unresolved symbols.
|
||||
|
||||
|
||||
-xe issue an error when at least one symbol is unresolved.
|
||||
|
||||
|
||||
-o name write output to file <name>. The default output filename
|
||||
is 'aout.rdx'.
|
||||
|
||||
|
||||
-j path specify search path for object files. Default path is a
|
||||
current directory.
|
||||
|
||||
|
||||
-L path specify search path for libraries. Default path is a
|
||||
current directory.
|
||||
|
||||
|
||||
-g file embed 'file' as a first header record with type 'generic'.
|
||||
|
||||
|
||||
|
||||
rdx
|
||||
===
|
||||
@ -146,7 +146,7 @@ how long the segment is.
|
||||
BUGS
|
||||
====
|
||||
|
||||
This product has recently undergone a major revision, and as such there
|
||||
This product has recently undergone a major revision, and as such there
|
||||
are probably several bugs left over from the testing phase (although the
|
||||
previous version had quite a few that have now been fixed!). Could you
|
||||
please report any bugs to maintainers at the addresses below, including the
|
||||
@ -181,5 +181,5 @@ file for a comment containing the word 'TODO'. A brief list is given here:
|
||||
MAINTAINERS
|
||||
===========
|
||||
|
||||
Yuri Zaporogets <yuriz@users.sf.net> - primary maintainer
|
||||
Yuri Zaporozhets <r_tty@yahoo.co.uk> - primary maintainer
|
||||
Julian Hall <jules@dsf.org.uk> - original designer and author
|
||||
|
@ -7,13 +7,13 @@
|
||||
|
||||
@titlepage
|
||||
@title Relocatable Dynamic Object File Format (RDOFF)
|
||||
@author Yuri Zaporogets @email{yuriz@@ukr.net}
|
||||
@author Yuri Zaporozhets @email{r_tty@@yahoo.co.uk}
|
||||
@author Julian Hall @email{jules@@dsf.org.uk}
|
||||
@end titlepage
|
||||
|
||||
@ifinfo
|
||||
Copyright @copyright{} 2002-2004 Netwide Assembler Project.
|
||||
Written by Yuri Zaporogets @email{yuriz@@users.sf.net}
|
||||
Copyright @copyright{} 2002-2015 Netwide Assembler Project.
|
||||
Written by Yuri Zaporozhets @email{r_tty@@yahoo.co.uk}
|
||||
Based on various sources and notes written by Julian Hall @email{jules@@dsf.org.uk}
|
||||
Distributed under GNU documentation license.
|
||||
@end ifinfo
|
||||
|
Loading…
Reference in New Issue
Block a user