nasm/asm
H. Peter Anvin c713168bc7 asm/nasm.c: Move directive parsing into a separate function
Move the directive parsing out of the main loop into a separate
function.  It is much cleaner this way, and opens up for further
refactoring -- a bunch of the directives do the same thing or very
similar things.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
2017-03-07 17:45:01 -08:00
..
assemble.c assemble.c: for the signed byte operand, check overflow then rawbyte 2017-03-01 13:45:02 -08:00
assemble.h
directiv.dat
directiv.pl asm/nasm.c: Move directive parsing into a separate function 2017-03-07 17:45:01 -08:00
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
listing.c
listing.h
nasm.c asm/nasm.c: Move directive parsing into a separate function 2017-03-07 17:45:01 -08:00
parser.c Remove casts in switch statements only meant to keep OpenWatcom happy 2017-03-01 01:01:37 -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