Go to file
Martin Lindhe 58f37c1736 parser: Get rid of global variable
fixes pvs-studio error 'V707 Giving short names to global variables
is considered to be bad practice. It is suggested to rename 'i' variable.

gorcunov@: Simply define it as local variable.

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 parser: Get rid of global variable 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 macho: Improve macho_calculate_sizes 2017-01-05 22:38:41 +03:00
perllib
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
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
Makefile.in Move canned OpenWatcom config to config/watcom.h. 2016-10-19 13:23:04 -07:00
nasm.spec.in
nasm.txt Defer debug format search until after command line parsing 2016-03-07 23:20:00 -08:00
ndisasm.txt
README
SubmittingPatches
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.