v6502
The MOS 6502 Virtual Machine and Toolchain Infrastructure
Data Fields
as6502_symbol Struct Reference

An individual symbol in a symbol table. More...

#include <symbols.h>

Data Fields

struct _as6502_symbol * next
 The next variable in the linked list.
 
unsigned long line
 The line number of the symbol in the source file.
 
char * name
 The symbol name.
 
uint16_t address
 The symbol's address.
 
as6502_symbol_type type
 The symbol type.
 

Detailed Description

An individual symbol in a symbol table.


The documentation for this struct was generated from the following file: