comparison lwasm/lwasm.h @ 390:027d7fbcdcfc

Basic symbol table output; needs work for non-constant symbols
author lost@l-w.ca
date Wed, 14 Jul 2010 22:46:56 -0600
parents fbb7bfed8076
children 4b137a8cf32a
comparison
equal deleted inserted replaced
389:fbb7bfed8076 390:027d7fbcdcfc
60 TARGET_6809 // target 6809 CPU (no 6309 ops) 60 TARGET_6809 // target 6809 CPU (no 6309 ops)
61 }; 61 };
62 62
63 enum lwasm_flags_e 63 enum lwasm_flags_e
64 { 64 {
65 FLAG_NONE = 0,
66 FLAG_LIST = 0x0001, 65 FLAG_LIST = 0x0001,
67 FLAG_DEPEND = 0x0002 66 FLAG_DEPEND = 0x0002,
67 FLAG_SYMBOLS = 0x004,
68 FLAG_NONE = 0
68 }; 69 };
69 70
70 enum lwasm_pragmas_e 71 enum lwasm_pragmas_e
71 { 72 {
72 PRAGMA_NONE = 0, // no pragmas in effect 73 PRAGMA_NONE = 0, // no pragmas in effect