comparison lwasm/lwasm.h @ 367:34dfc9747f23

Reduction passes complete
author lost@starbug
date Thu, 15 Apr 2010 21:56:06 -0600
parents d96c30e60ddf
children 90de73ba0cac
comparison
equal deleted inserted replaced
366:84dc6d2ec6ba 367:34dfc9747f23
39 lwasm_expr_linelen = 1, // length of ref'd line 39 lwasm_expr_linelen = 1, // length of ref'd line
40 lwasm_expr_lineaddr = 2, // addr of ref'd line 40 lwasm_expr_lineaddr = 2, // addr of ref'd line
41 lwasm_expr_nextbp = 3, // next branch point 41 lwasm_expr_nextbp = 3, // next branch point
42 lwasm_expr_prevbp = 4, // previous branch point 42 lwasm_expr_prevbp = 4, // previous branch point
43 lwasm_expr_syment = 5, // symbol table entry 43 lwasm_expr_syment = 5, // symbol table entry
44 lwasm_expr_import = 6 // symbol import entry 44 lwasm_expr_import = 6, // symbol import entry
45 lwasm_expr_secbase = 7 // section base address
45 }; 46 };
46 47
47 enum lwasm_output_e 48 enum lwasm_output_e
48 { 49 {
49 OUTPUT_DECB = 0, // DECB multirecord format 50 OUTPUT_DECB = 0, // DECB multirecord format