comparison lwasm/lwasm.h @ 383:848d3cca8078

Fixed imm8 to actually use expression and also fixed gen mode to respect > and <
author lost@starbug
date Sat, 15 May 2010 20:01:58 -0600
parents eacdae8a1575
children 38b50ce6967a
comparison
equal deleted inserted replaced
382:eacdae8a1575 383:848d3cca8078
162 int lint2; // another pass forward integer 162 int lint2; // another pass forward integer
163 asmstate_t *as; // assembler state data ptr 163 asmstate_t *as; // assembler state data ptr
164 int pragmas; // pragmas in effect for the line 164 int pragmas; // pragmas in effect for the line
165 int context; // the symbol context number 165 int context; // the symbol context number
166 char *ltext; // line number 166 char *ltext; // line number
167 char *linespec; // line spec
168 int lineno; // line number
167 }; 169 };
168 170
169 enum 171 enum
170 { 172 {
171 symbol_flag_set = 1, // symbol was used with "set" 173 symbol_flag_set = 1, // symbol was used with "set"