comparison lwasm/lwasm.h @ 230:0df2a39a268c

Added --6809/--6309 switches and some cleanups in error reporting
author lost
date Fri, 12 Jun 2009 03:18:32 +0000
parents 59a138df0401
children a58f49a77441
comparison
equal deleted inserted replaced
229:59a138df0401 230:0df2a39a268c
178 int skiplines; // number of lines to skip 178 int skiplines; // number of lines to skip
179 179
180 // items used only for the "object" target 180 // items used only for the "object" target
181 sectiontab_t *sections; // pointer to section table 181 sectiontab_t *sections; // pointer to section table
182 sectiontab_t *csect; // current section - NULL if not in one 182 sectiontab_t *csect; // current section - NULL if not in one
183
184 // only 6809 ops?
185 int no6309;
183 } asmstate_t; 186 } asmstate_t;
184 187
185 // do not rewrite XXX,r to ,r if XXX evaluates to 0 188 // do not rewrite XXX,r to ,r if XXX evaluates to 0
186 #define PRAGMA_NOINDEX0TONONE 1 189 #define PRAGMA_NOINDEX0TONONE 1
187 // any undefined symbols are considered external 190 // any undefined symbols are considered external