comparison lwasm/lwasm.h @ 380:17fcd0c3ee45

Allow multibyte ascii constants in m80ext mode Allow multibyte ascii constants using ' in m80ext mode, with the allowed size depending on the actual size of the register being referenced. Thanks to Erik G <erik@6809.org> for the patch.
author William Astle <lost@l-w.ca>
date Mon, 13 Jul 2015 21:04:39 -0600
parents d791d47afc48
children e3f4aaa2a4e8
comparison
equal deleted inserted replaced
379:d791d47afc48 380:17fcd0c3ee45
260 int outputbl; // size of output buffer 260 int outputbl; // size of output buffer
261 int dpval; // direct page value 261 int dpval; // direct page value
262 int cycle_base; // base instruction cycle count 262 int cycle_base; // base instruction cycle count
263 int cycle_adj; // cycle adjustment 263 int cycle_adj; // cycle adjustment
264 int cycle_flags; // cycle flags 264 int cycle_flags; // cycle flags
265 int genmode; // generation mode (insn_parse_gen0/8/16)
265 lwasm_error_t *err; // list of errors 266 lwasm_error_t *err; // list of errors
266 lwasm_error_t *warn; // list of errors 267 lwasm_error_t *warn; // list of errors
267 lwasm_errorcode_t err_testmode; // error code in testmode 268 lwasm_errorcode_t err_testmode; // error code in testmode
268 line_t *prev; // previous line 269 line_t *prev; // previous line
269 line_t *next; // next line 270 line_t *next; // next line