Go to file
H. Peter Anvin fc81021fcf xcrcgen: tool to create a "generalized CRC" hash table
A so-called "generalized CRC" is a form of hash function based on a
table similar to the conventional bytewise software implementation of
CRC.  For each byte in each data set, it contains a random
byte permutation table.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2009-07-16 10:43:38 -04:00
doc Merge branch 'master' into new-preproc 2009-07-16 10:18:43 -04:00
headers NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
inttypes
lcc
lib
macros
misc xcrcgen: tool to create a "generalized CRC" hash table 2009-07-16 10:43:38 -04:00
Mkfiles Hash even backend-specific directives, unify null functions 2009-07-12 12:55:24 -07:00
output outobj: don't fclose() the output 2009-07-14 14:47:04 -04:00
perllib phash: canonicalize order, fix handling of ignored duplicates 2008-05-25 18:44:44 -07:00
rdoff NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
test
.gitignore Merge branch 'master' into new-preproc 2009-07-13 21:41:33 -04:00
aclocal.m4
assemble.c NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
assemble.h
AUTHORS
autogen.sh
ChangeLog
CHANGES
compiler.h Change noreturn macro to no_return to avoid header file problems 2009-07-05 19:22:28 -07:00
configure.in
crc64.c
directives.dat directives: split global directives from backend-specific ones 2009-07-13 14:57:48 -04:00
directives.pl directives: split global directives from backend-specific ones 2009-07-13 14:57:48 -04:00
disasm.c NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
disasm.h NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
eval.c NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
eval.h NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
exprlib.c NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
float.c
float.h
hashtbl.c
hashtbl.h
insns.dat
insns.h
insns.pl NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
INSTALL
install-sh
labels.c NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
labels.h NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
LICENSE NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
listing.c listing: preserve list file on error, include errors 2009-07-07 12:04:12 -07:00
listing.h NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
macros.pl
Makefile.in Hash even backend-specific directives, unify null functions 2009-07-12 12:55:24 -07:00
mkdep.pl
nasm.1
nasm.c Don't try to fclose() the output if ofile is NULL 2009-07-14 14:47:41 -04:00
nasm.h Hash even backend-specific directives, unify null functions 2009-07-12 12:55:24 -07:00
nasm.nsi nasm.nsi: remove COPYING; add LICENSE 2009-07-06 11:10:42 -07:00
nasm.spec.in spec: change License to BSD 2009-07-06 11:14:38 -07:00
nasmlib.c NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
nasmlib.h NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
ndisasm.1
ndisasm.c NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
parser.c NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
parser.h NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
phash.pl
pptok.dat pptok: change %rimacro to %irmacro 2009-07-14 21:00:40 -05:00
pptok.pl
preproc.c preproc: style cleanups 2009-07-15 09:16:54 -04:00
preproc.h
quote.c quote: use nasm_assert() instead of plain assert() 2009-07-15 16:30:30 -04:00
quote.h
raa.c
raa.h
rbtree.c
rbtree.h
README
regs.dat
regs.pl
saa.c
saa.h
standard.mac NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
stdscan.c
stdscan.h
strfunc.c
sync.c
sync.h
syncfiles.pl
tables.h
TODO
tokens.dat
tokhash.pl
ver.c
version NASM 2.07rc6 2009-07-15 16:33:25 -04:00
version.pl

              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 LGPL.
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.

                                                   With best regards,
                                                           NASM crew.