nasm/asm
H. Peter Anvin b20bc733c9 asm/*: Move directive processing to its own file, refactor error handling
Move directive processing to its own file, and move nasmlib/error.c to
asm/error.c (it was not used by the disassembler); remove some extern
declarations from .c files, and do some general code cleanups.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
2017-03-07 19:31:04 -08:00
..
assemble.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
assemble.h asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
directiv.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
directiv.dat preproc: add plumbing for the %pragma directive 2016-10-04 14:57:17 -07:00
directiv.pl asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
error.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
eval.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
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 asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
float.h
labels.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
listing.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
listing.h New backend interface - assembler internals #1 2016-09-20 16:05:09 -07:00
nasm.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
parser.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -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 asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
preproc.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
preproc.h
quote.c
quote.h
rdstrnum.c
segalloc.c
stdscan.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
stdscan.h
strfunc.c
tokens.dat
tokhash.pl