mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
164d24677a
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> |
||
---|---|---|
.. | ||
assemble.c | ||
assemble.h | ||
directiv.dat | ||
directiv.pl | ||
eval.c | ||
eval.h | ||
exprlib.c | ||
float.c | ||
float.h | ||
labels.c | ||
listing.c | ||
listing.h | ||
nasm.c | ||
parser.c | ||
parser.h | ||
phash.pl | ||
pptok.dat | ||
pptok.pl | ||
preproc-nop.c | ||
preproc.c | ||
preproc.h | ||
quote.c | ||
quote.h | ||
rdstrnum.c | ||
segalloc.c | ||
stdscan.c | ||
stdscan.h | ||
strfunc.c | ||
tokens.dat | ||
tokhash.pl |