comparison lwasm/lwasm.h @ 340:1a6fc6ebb31c

Checkpoint
author lost
date Fri, 19 Mar 2010 02:54:43 +0000
parents 04c80c51b16a
children 7b4123dce741
comparison
equal deleted inserted replaced
339:eb230fa7d28e 340:1a6fc6ebb31c
67 struct line_s 67 struct line_s
68 { 68 {
69 lw_expr_t addr; // assembly address of the line 69 lw_expr_t addr; // assembly address of the line
70 int len; // the "size" this line occupies (address space wise) (-1 if unknown) 70 int len; // the "size" this line occupies (address space wise) (-1 if unknown)
71 int insn; // number of insn in insn table 71 int insn; // number of insn in insn table
72 char *sym; // symbol, if any, on the line
72 line_t *prev; 73 line_t *prev;
73 line_t *next; 74 line_t *next;
74 }; 75 };
75 76
76 typedef struct 77 typedef struct