v6502
The MOS 6502 Virtual Machine and Toolchain Infrastructure
|
Macros | |
#define | as6502_symbolTypeIsLinked(_type) (_type == as6502_symbol_type_label || _type == as6502_symbol_type_variable) |
Return YES if a given as6502_symbol_type has a low link bit. | |
#define | as6502_symbolTypeIsLabel(_type) (_type == as6502_symbol_type_label || _type == as6502_symbol_type_label_unlinked) |
Return YES if a given as6502_symbol_type is a label type, regardless of linkage. | |
#define | as6502_symbolTypeIsVariable(_type) (_type == as6502_symbol_type_variable || _type == as6502_symbol_type_variable_unlinked) |
Return YES if a given as6502_symbol_type is a variable type, regardless of linkage. | |