Go to file
Cyrill Gorcunov 0c1bd06a6c nasm.nsi: fixup output name
Sigh... It should be PACKAGE_SHORT_NAME
rather then PRODUCT_SHORT_NAME.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2009-09-23 21:29:57 +04:00
doc doc: \ needs to be repeated except in \c-line context; daily snapshots 2009-08-02 14:16:07 -07:00
headers headers/c: strip off useless spaces 2009-08-09 10:28:27 -07:00
inttypes
lcc
lib Add strlcpy() function 2009-08-10 15:59:34 -07:00
macros
misc misc/release: *.ico are binary files 2009-09-23 09:54:10 -07:00
Mkfiles Add strlcpy() function 2009-08-10 15:59:34 -07:00
nsis New NSIS script 2009-09-14 23:17:03 +04:00
output elf,stabs: stabs32/64_generate -- append ending token 2009-09-14 22:43:30 +04:00
perllib
rdoff Use fputs instead of fprintf for plain strings 2009-08-13 15:07:59 +02:00
test test/Makefile: add more output rules 2009-07-16 22:44:43 -04:00
.gitignore Merge branch 'master' into new-preproc 2009-07-13 21:41:33 -04:00
aclocal.m4
assemble.c Use I_none opcode instead of hardcoded number 2009-08-23 10:40:17 -07:00
assemble.h
AUTHORS
autogen.sh
ChangeLog
CHANGES
compiler.h Add strlcpy() function 2009-08-10 15:59:34 -07:00
configure.in Add strlcpy() function 2009-08-10 15:59:34 -07:00
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 disasm.c: eatbyte -- use snprintf to prevent potential buffer overflow 2009-08-09 10:30:48 -07:00
disasm.h
eval.c
eval.h
exprlib.c
float.c
float.h
hashtbl.c
hashtbl.h
insns.dat insns.dat -- convert FMA instructions 2009-08-07 18:42:40 +04:00
insns.h Enable fuzzy matching of operand sizes 2009-07-25 18:15:28 -07:00
insns.pl insns.pl: remove redundant empty line in enum opcode 2009-08-08 14:00:47 -07:00
INSTALL
install-sh
labels.c Fix some format strings for nasm_error 2009-08-11 02:43:41 +02:00
labels.h Drop the ofmt and errfunc arguments to label definition functions 2009-07-18 18:43:58 -07:00
LICENSE
listing.c listing: preserve list file on error, include errors 2009-07-07 12:04:12 -07:00
listing.h
macros.pl
Makefile.in Add strlcpy() function 2009-08-10 15:59:34 -07:00
mkdep.pl
nasm.1 nasm.1 -- update contents 2009-07-31 14:30:33 +04:00
nasm.c nasm.c: fix stack overrun in assemble_file 2009-08-08 13:49:00 -07:00
nasm.h Drop efunc and evalfunc as input to the preprocessor 2009-07-18 18:57:16 -07:00
nasm.nsi nasm.nsi: fixup output name 2009-09-23 21:29:57 +04:00
nasm.spec.in
nasmlib.c Remove function pointers in output, simplify error handling 2009-07-18 18:43:12 -07:00
nasmlib.h Fix some format strings for nasm_error 2009-08-11 02:43:41 +02:00
ndisasm.1
ndisasm.c Use fputs instead of fprintf for plain strings 2009-08-13 15:07:59 +02:00
parser.c Use I_none opcode instead of hardcoded number 2009-08-23 10:40:17 -07:00
parser.h Drop efunc and evaluate argument to parse_line() 2009-07-18 18:49:55 -07:00
phash.pl
pptok.dat pptok: change %rimacro to %irmacro 2009-07-14 21:00:40 -05:00
pptok.pl
preproc.c preproc.c - remove redundant assignment 2009-07-20 17:59:00 +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 Remove function pointers in output, simplify error handling 2009-07-18 18:43:12 -07:00
raa.h
rbtree.c
rbtree.h
README BR 2826669: update licensing information in README 2009-07-26 15:40:38 -07:00
regs.dat
regs.pl
saa.c Remove function pointers in output, simplify error handling 2009-07-18 18:43:12 -07:00
saa.h
standard.mac
stdscan.c
stdscan.h
strfunc.c
sync.c sync.c - introduce swap_sync helper 2009-07-20 17:59:00 +04:00
sync.h
syncfiles.pl
tables.h
TODO
tokens.dat
tokhash.pl
ver.c
version NASM 2.07 2009-07-19 22:16:52 -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 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.

                                                   With best regards,
                                                           NASM crew.