Go to file
H. Peter Anvin 5e43bfef24 doc: include kerning tables in the metrics headers
Output the kerning tables in the metrics headers.  This will hopefully
make it possible to support kerning later (e.g. using the PostScript kshow
operator with some kind of kerning function.)

Note: the previous ordering of the metrics output was sensitive to the
particular hashing algorithm used in that version of Perl.  This
version sorts them in order to keep them stable, but which obviously
completely changes the (otherwise unmodified) widths part of the output.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
2016-05-18 01:58:58 -07:00
contrib
doc doc: include kerning tables in the metrics headers 2016-05-18 01:58:58 -07:00
headers
macros
misc misc/tag-release: default to --no-push 2016-02-21 21:07:11 -08:00
Mkfiles Merge remote-tracking branch 'origin/nasm-2.12.xx' 2016-05-16 21:27:33 -07:00
nasmlib Merge remote-tracking branch 'origin/nasm-2.12.xx' 2016-05-16 21:27:33 -07:00
nsis Fix building in a separate directory from the source code 2016-05-16 20:30:09 -07:00
output Merge remote-tracking branch 'origin/nasm-2.12.xx' 2016-05-16 21:27:33 -07:00
perllib
rdoff Merge remote-tracking branch 'origin/nasm-2.12.xx' 2016-05-16 21:27:33 -07:00
stdlib lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
test Fix and clean up listing of macro expansion 2016-05-09 14:10:32 -07:00
.gitignore Merge remote-tracking branch 'origin/nasm-2.12.xx' 2016-05-16 21:27:33 -07:00
aclocal.m4 autoconf improvements: @SET_MAKE@, library extension 2016-03-09 14:11:40 -08:00
assemble.c Merge remote-tracking branch 'origin/nasm-2.12.xx' 2016-05-16 21:27:33 -07:00
assemble.h Get rid of a bunch of unnecessary indirections 2016-02-17 20:27:41 -08:00
AUTHORS
autogen.sh autogen.sh: remove configure-generated files 2016-05-16 13:05:04 -07:00
ChangeLog
CHANGES
compiler.h lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
configure.ac Merge remote-tracking branch 'origin/nasm-2.12.xx' 2016-05-16 21:36:53 -07:00
directiv.dat
directiv.pl
disasm.c lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
disasm.h
disp8.c
disp8.h
eval.c lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
eval.h Remove additional function pointers that never change 2016-02-18 01:25:46 -08:00
exprlib.c
float.c lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
float.h Remove unnecessary C99-isms 2016-03-01 22:43:51 -08:00
hashtbl.c lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
hashtbl.h lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
iflag.h lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
insns-iflags.pl
insns.dat insns.dat: Bring back rax for 64 bit mode of MONITORX 2016-03-27 13:19:13 +03:00
insns.h
insns.pl Support EVEX encodings of maps 0-15 2016-05-13 14:42:55 -07:00
INSTALL
install-sh
labels.c lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
labels.h
LICENSE
listing.c lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
listing.h Change nasmlist/ListGen to lfmt/struct lfmt 2016-03-07 12:08:48 -08:00
macros.pl
Makefile.in Merge remote-tracking branch 'origin/nasm-2.12.xx' 2016-05-16 21:27:33 -07:00
md5.h lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
mkdep.pl
nasm.c Merge remote-tracking branch 'origin/nasm-2.12.xx' 2016-05-16 21:27:33 -07:00
nasm.h Merge remote-tracking branch 'origin/nasm-2.12.xx' 2016-05-16 21:27:33 -07:00
nasm.spec.in nasm.spec.in: document buildrequires properly 2016-02-23 02:01:17 -08:00
nasm.txt Defer debug format search until after command line parsing 2016-03-07 23:20:00 -08:00
nasmint.h lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
nasmlib.h Merge remote-tracking branch 'origin/nasm-2.12.xx' 2016-05-16 21:27:33 -07:00
ndisasm.c lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
ndisasm.txt
opflags.h
parser.c lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
parser.h Remove additional function pointers that never change 2016-02-18 01:25:46 -08:00
phash.pl
pptok.dat
pptok.pl lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
preproc-nop.c Merge remote-tracking branch 'origin/nasm-2.12.xx' 2016-05-16 21:27:33 -07:00
preproc.c Merge remote-tracking branch 'origin/nasm-2.12.xx' 2016-05-16 21:27:33 -07:00
preproc.h codeview: Make md5sum calc read file in 'binary' mode 2016-05-10 12:01:22 +03:00
quote.c quote: make the input argument to nasm_quote() const 2016-05-10 02:59:04 -07:00
quote.h quote: make the input argument to nasm_quote() const 2016-05-10 02:59:04 -07:00
raa.c
raa.h
rbtree.c
rbtree.h lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
README
regs.dat
regs.pl
saa.c
saa.h
standard.mac
stdscan.c Merge remote-tracking branch 'origin/nasm-2.12.xx' 2016-05-16 21:27:33 -07:00
stdscan.h
strfunc.c
SubmittingPatches
sync.c lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
sync.h
syncfiles.pl
tables.h lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
TODO
tokens.dat Specifically if we encounter the PTR keyword 2016-05-09 12:05:56 -07:00
tokhash.pl
ver.h Move version strings to a separate header 2016-03-08 02:17:36 -08:00
version NASM 2.12.02rc4 2016-05-10 03:12:28 -07:00
version.pl Fix building in a separate directory from the source code 2016-05-16 20:30:09 -07:00

              NASM, the Netwide Assembler.

Many many developers all over the net respect NASM for what it is
- a widespread (thus netwide), portable (thus netwide!), very
flexible and mature assembler tool with support for many output
formats (thus netwide!!).

Now we have good news for you: NASM is licensed under the "simplified"
(2-clause) BSD license.  This means its development is open to even
wider society of programmers wishing to improve their lovely
assembler.

The NASM project is now situated at SourceForge.net, the most
popular Open Source development site on the Internet.

Visit our website at http://nasm.sourceforge.net/ and our
SourceForge project at http://sourceforge.net/projects/nasm/

See the file CHANGES for the description of changes between revisions,
and the file AUTHORS for a list of contributors.

                                                   With best regards,
                                                           NASM crew.