comparison lwasm/lwasm.h @ 418:4b137a8cf32a

Implemented "branch points"
author lost@l-w.ca
date Tue, 10 Aug 2010 23:08:30 -0600
parents 027d7fbcdcfc
children a9521955554f
comparison
equal deleted inserted replaced
417:f792faf877bb 418:4b137a8cf32a
168 char *linespec; // line spec 168 char *linespec; // line spec
169 int lineno; // line number 169 int lineno; // line number
170 int soff; // struct offset (for listings) 170 int soff; // struct offset (for listings)
171 int dshow; // data value to show (for listings) 171 int dshow; // data value to show (for listings)
172 int dsize; // set to 1 for 8 bit dshow value 172 int dsize; // set to 1 for 8 bit dshow value
173 int isbrpt; // set to 1 if this line is a branch point
173 struct symtabe *dptr; // symbol value to display 174 struct symtabe *dptr; // symbol value to display
174 }; 175 };
175 176
176 enum 177 enum
177 { 178 {