nasm/asm
H. Peter Anvin 164d24677a Support self-relative expressions in offsets and immediates
Handle, hopefully correctly, self-relative expressions (that is,
expressions of the form X - Y where Y is a symbol in the current
segment, possibly $ or $$) used as offsets or immediates, as opposed
to arguments to Dx statements (which have already been supported for a
while.)

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2017-02-20 02:39:56 -08:00
..
assemble.c Support self-relative expressions in offsets and immediates 2017-02-20 02:39:56 -08:00
assemble.h
directiv.dat
directiv.pl
eval.c
eval.h
exprlib.c Support self-relative expressions in offsets and immediates 2017-02-20 02:39:56 -08:00
float.c
float.h
labels.c
listing.c
listing.h
nasm.c assemble_file: Get rid of global variable @sb 2017-01-05 22:38:41 +03:00
parser.c Support self-relative expressions in offsets and immediates 2017-02-20 02:39:56 -08:00
parser.h
phash.pl
pptok.dat
pptok.pl
preproc-nop.c
preproc.c macros: Define ofmt specific macros late 2017-01-06 20:22:36 +03:00
preproc.h
quote.c
quote.h
rdstrnum.c
segalloc.c
stdscan.c Drop redundant test with isnumchar 2017-01-05 22:38:41 +03:00
stdscan.h
strfunc.c
tokens.dat
tokhash.pl