Status: Tags: Links: Assembler Logic
Symbol Table
Process
First Pass
- Initialization
- Adds pre-defined symbols
- Scan program to look for labels
- Adds found labels into symbol table
Second Pass
- Set n to 16
- Add Variable Symbols
- Create new variable if not found
- n++
References: