comparison lwasm/lwasm.h @ 484:469a130e7029

Add option to suppress output file Add --no-output to suppress creation of the output file altogether. Useful when the assembler is used for other features without needing the assembled object.
author William Astle <lost@l-w.ca>
date Tue, 19 Mar 2019 14:45:53 -0600
parents 74d0c394666e
children 7fbf3171ca15
comparison
equal deleted inserted replaced
483:40c32a0af8c8 484:469a130e7029
73 FLAG_SYMBOLS = 0x004, 73 FLAG_SYMBOLS = 0x004,
74 FLAG_DEPENDNOERR = 0x0008, 74 FLAG_DEPENDNOERR = 0x0008,
75 FLAG_UNICORNS = 0x0010, 75 FLAG_UNICORNS = 0x0010,
76 FLAG_MAP = 0x0020, 76 FLAG_MAP = 0x0020,
77 FLAG_SYMBOLS_NOLOCALS = 0x0040, 77 FLAG_SYMBOLS_NOLOCALS = 0x0040,
78 FLAG_NOOUT = 0x80,
78 FLAG_NONE = 0 79 FLAG_NONE = 0
79 }; 80 };
80 81
81 enum lwasm_pragmas_e 82 enum lwasm_pragmas_e
82 { 83 {