diff 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
line wrap: on
line diff
--- a/lwasm/lwasm.h	Mon Jul 13 20:59:02 2015 -0600
+++ b/lwasm/lwasm.h	Mon Jul 13 21:04:39 2015 -0600
@@ -262,6 +262,7 @@
 	int cycle_base;						// base instruction cycle count
 	int cycle_adj;						// cycle adjustment
 	int	cycle_flags;					// cycle flags
+	int genmode;						// generation mode (insn_parse_gen0/8/16)
 	lwasm_error_t *err;					// list of errors
 	lwasm_error_t *warn;				// list of errors
 	lwasm_errorcode_t err_testmode;		// error code in testmode