John Mavrick's Garden

Search IconIcon to open search

Last updated Unknown

Status: Tags: Links: Assembler Logic


Symbol Table

Process

First Pass

  1. Initialization
    • Adds pre-defined symbols
  2. Scan program to look for labels
    • Adds found labels into symbol table

Second Pass

  1. Set n to 16
  2. Add Variable Symbols
    • Create new variable if not found
    • n++

References:


Interactive Graph