Go to file
Martin Lindhe d551b431a1 Move @debugid declaration to same level as @q
fixes pvs-studio error 'V507 Pointer to local array 'debugid' is
stored outside the scope of this array. Such a pointer will become invalid.'

Signed-off-by: Martin Lindhe <martin-commit@ubique.se>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2017-01-05 22:38:41 +03:00
asm Move @debugid declaration to same level as @q 2017-01-05 22:38:41 +03:00
common Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
config Move canned OpenWatcom config to config/watcom.h. 2016-10-19 13:23:04 -07:00
contrib
disasm disasm: matches -- fix operator priority error with parenthesis 2017-01-05 22:38:41 +03:00
doc Merge remote-tracking branch 'origin/nasm-2.12.xx' 2016-11-15 12:00:23 -08:00
headers
include If we have new features introduced by C11, use them 2016-12-20 02:29:58 -08:00
macros Handle multiple standard macro sets sanely 2016-07-13 14:23:48 -07:00
misc Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
Mkfiles Move canned OpenWatcom config to config/watcom.h. 2016-10-19 13:23:04 -07:00
nasmlib nasmlib: md5c -- Use size of struct ctx for memset 2017-01-05 22:38:41 +03:00
nsis nsis: Use Program Files (x86) directory for nasm installation on x86-64 2016-10-23 16:27:48 +03:00
output outas86: Shrink as86_section_names 2017-01-05 22:38:41 +03:00
perllib phash.sh: Use int() for the size of the hash table 2012-03-26 09:25:10 -07:00
rdoff rdoff/rdlar.h: include "compiler.h" not "config.h" 2016-10-06 14:18:21 -07:00
stdlib nasmlib: break up nasmlib.c into logical components 2016-05-25 05:43:49 -07:00
test Merge remote-tracking branch 'origin/nasm-2.12.xx' 2016-11-15 12:00:23 -08:00
tools alldeps: handle uses of full pathnames, e.g. "config/config.h" 2016-10-06 14:12:39 -07:00
x86 Merge remote-tracking branch 'origin/nasm-2.12.xx' 2016-11-15 12:00:23 -08:00
.gitignore Move config.h to a subdirectory, add MSVC-specific config file 2016-10-04 17:01:59 -07:00
aclocal.m4 If we have new features introduced by C11, use them 2016-12-20 02:29:58 -08:00
AUTHORS Correct name spelling and email address 2015-01-18 20:21:14 +02:00
autogen.sh Move config.h to a subdirectory, add MSVC-specific config file 2016-10-04 17:01:59 -07:00
ChangeLog
CHANGES
configure.ac If we have new features introduced by C11, use them 2016-12-20 02:29:58 -08:00
INSTALL
install-sh
LICENSE LICENSE: update year 2010-08-12 20:15:27 -07:00
Makefile.in Move canned OpenWatcom config to config/watcom.h. 2016-10-19 13:23:04 -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
ndisasm.txt ndisasm: man -- Add missing -p option 2013-04-20 20:18:46 +04:00
README
SubmittingPatches Add SubmittingPatches file 2010-10-03 21:02:08 +04:00
TODO
version NASM 2.12.02rc5 2016-05-24 23:06:11 -07:00
version.pl Handle multiple standard macro sets sanely 2016-07-13 14:23:48 -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.