Go to file
H. Peter Anvin, Intel bc77f9c587 labels: don't update the local variable base for *ANY* dot labels
..@ labels (macro-local) are NASM specials, although not "magic": they
are explicitly defined to not preturb the local label base name.
However, they return false for both islocal() and ismagic(), so we
need to add a new function containing the correct test for when the
local label base should be advanced.

Reported-by: <balducci@units.it>
Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Cc: Cyrill Gorcunov <gorcunov@gmail.com>
Cc: Bae, Chang Seok <chang.seok.bae@intel.com>
2018-06-25 12:45:14 -07:00
asm labels: don't update the local variable base for *ANY* dot labels 2018-06-25 12:45:14 -07:00
common
config
contrib
disasm
doc
headers
include RAA: make pointer vs integer RAAs type safe 2018-06-18 17:11:54 -07:00
macros
misc
Mkfiles MSVC: fix dependency generation and building RDOFF under MSVC 2018-06-18 13:54:43 -07:00
nasmlib RAA: make pointer vs integer RAAs type safe 2018-06-18 17:11:54 -07:00
nsis
output RAA: make pointer vs integer RAAs type safe 2018-06-18 17:11:54 -07:00
perllib
rdoff
stdlib
test test: test for ELF symbol visibility 2018-06-18 11:37:17 -07:00
tools MSVC: fix dependency generation and building RDOFF under MSVC 2018-06-18 13:54:43 -07:00
x86 insns.dat: update with instructions from ISE 319433-034 2018-06-16 00:13:58 -07:00
.gitignore .gitignore: add asm/directbl.h 2018-06-18 11:38:47 -07:00
aclocal.m4
AUTHORS
autogen.sh
ChangeLog
CHANGES
configure.ac
INSTALL
install-sh
LICENSE
Makefile.in Makefile.in: fix building RDOFF 2018-06-18 14:02:29 -07:00
nasm.spec.in
nasm.spec.sed
nasm.txt
ndisasm.txt
README
SubmittingPatches
TODO
version NASM 2.14rc7 2018-06-18 17:14:39 -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,
and the file AUTHORS for a list of contributors.

                                                   With best regards,
                                                           NASM crew.