nasm/asm
H. Peter Anvin a5a56bd117 exprlib: move dumping code to a separate C file
Most of the time we don't need the dumping code, so move it to a
separate C file to the linker can exclude it.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
2017-02-28 18:13:43 -08:00
..
assemble.c assemble: for relative addresses, convert *this segment* to fixed 2017-02-21 11:53:15 -08:00
assemble.h
directiv.dat preproc: add plumbing for the %pragma directive 2016-10-04 14:57:17 -07:00
directiv.pl
eval.c
eval.h
exprdump.c exprlib: move dumping code to a separate C file 2017-02-28 18:13:43 -08:00
exprlib.c exprlib: move dumping code to a separate C file 2017-02-28 18:13:43 -08:00
float.c
float.h
labels.c Merge branch 'nasm-2.12.xx' 2016-07-27 01:08:51 +03:00
listing.c New backend interface - assembler internals #1 2016-09-20 16:05:09 -07:00
listing.h New backend interface - assembler internals #1 2016-09-20 16:05:09 -07:00
nasm.c assemble_file: Get rid of global variable @sb 2017-01-05 22:38:41 +03:00
parser.c asm/parser.c: don't call reloc_value() twice, minor cleanups 2017-02-28 17:44:24 -08:00
parser.h
phash.pl
pptok.dat Merge remote-tracking branch 'origin/nasm-2.12.xx' 2016-10-04 14:09:07 -07:00
pptok.pl
preproc-nop.c Factor out common string list handling code 2016-10-04 01:12:28 -07:00
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