Go to file
H. Peter Anvin 3c74485523 nasmlib.c: fwriteint*() only need WORDS_LITTLEENDIAN
fwriteint*() don't require unaligned references, so they can be
optimized for WORDS_LITTLEENDIAN rather than X86_MEMORY...
2008-06-10 14:44:09 -07:00
doc doc: Fix title "String Constants" 2008-06-08 16:55:15 -07:00
inttypes
lcc
lib Move all the SAA code out of nasmlib 2008-06-09 17:32:43 -07:00
misc
Mkfiles Move all the RAA code out of nasmlib 2008-06-09 17:40:16 -07:00
output Move all the RAA code out of nasmlib 2008-06-09 17:40:16 -07:00
perllib
rdoff
test Merge commit 'autotest/master' 2008-05-27 18:15:39 -07:00
.gitignore Update .gitignore, remove bogus dependency 2008-06-04 08:58:53 -07:00
aclocal.m4
assemble.c Introduce %depend and %pathsearch, and make incbin a macro 2008-05-30 10:42:30 -07:00
assemble.h
AUTHORS
autogen.sh
ChangeLog
CHANGES Document forward references fixed in EQU. 2008-06-08 16:06:22 -07:00
compiler.h Make it possible to use "inline" and "restrict" 2008-06-10 13:00:27 -07:00
configure.in Fix typo: s/most/least/ 2008-06-10 14:41:43 -07:00
COPYING
crc64.c
disasm.c
disasm.h
eval.c Make strings a first-class token type; defer evaluation 2008-06-09 20:45:19 -07:00
eval.h
exprlib.c
float.c
float.h
hashtbl.c hash user allocates struct hash_table 2008-05-28 12:28:58 -07:00
hashtbl.h hash user allocates struct hash_table 2008-05-28 12:28:58 -07:00
insns.dat The XSAVE group are SSE-spefix-sensitive 2008-06-05 16:23:35 -07:00
insns.h
insns.pl insnsd.c: don't generate an inaccessible table 2008-06-05 12:28:00 -07:00
INSTALL
install-sh
labels.c Remove EQU for critical expression list 2008-06-04 15:53:21 -07:00
labels.h
LICENSE
listing.c
listing.h
macros.pl
Makefile.in Move all the RAA code out of nasmlib 2008-06-09 17:40:16 -07:00
mkdep.pl
nasm.1
nasm.c Move all the RAA code out of nasmlib 2008-06-09 17:40:16 -07:00
nasm.h Make strings a first-class token type; defer evaluation 2008-06-09 20:45:19 -07:00
nasm.spec.in
nasmlib.c nasmlib.c: fwriteint*() only need WORDS_LITTLEENDIAN 2008-06-10 14:44:09 -07:00
nasmlib.h Move all the RAA code out of nasmlib 2008-06-09 17:40:16 -07:00
ndisasm.1
ndisasm.c
outform.c
outform.h
parser.c Make strings a first-class token type; defer evaluation 2008-06-09 20:45:19 -07:00
parser.h
phash.pl
pptok.dat Add %defstr, %idefstr 2008-06-04 17:23:14 -07:00
pptok.pl
preproc.c Make strings a first-class token type; defer evaluation 2008-06-09 20:45:19 -07:00
preproc.h Introduce %depend and %pathsearch, and make incbin a macro 2008-05-30 10:42:30 -07:00
quote.c Fix memory management issues with expanded %include 2008-06-04 11:26:59 -07:00
quote.h Fix memory management issues with expanded %include 2008-06-04 11:26:59 -07:00
raa.c Move all the RAA code out of nasmlib 2008-06-09 17:40:16 -07:00
raa.h Move all the RAA code out of nasmlib 2008-06-09 17:40:16 -07:00
README
regs.dat Fix register numbers for ymm1-15! 2008-05-26 19:23:01 -07:00
regs.pl regs.pl: add include guards to generated header files 2008-05-27 14:43:14 -07:00
saa.c Introduce likely/unlikely macros, use them in saa.c 2008-06-10 09:35:26 -07:00
saa.h saa.h doesn't need nasmlib.h 2008-06-09 17:35:33 -07:00
standard.mac incbin: use the macro name itself as context name 2008-05-30 11:31:35 -07:00
stdscan.c Make strings a first-class token type; defer evaluation 2008-06-09 20:45:19 -07:00
stdscan.h
sync.c
sync.h
tables.h
TODO
tokens.dat
tokhash.pl tokhash.pl: fix comment 2008-05-27 14:43:48 -07:00
version NASM 2.03 2008-06-08 17:02:57 -07: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.