Corrections to handouts for COP 3402:
In the Pass 1 assignment handout:
The address of EXIT in the intermediate file (page 2) should be
2C
, not
30
.
The
size
of each entry in the symbol table (page 3) is in
decimal
numbers, not hexadecimal.
The
CODE_SIZE
entry in the symbol table (page 3) should be
48
bytes (decimal), not
34.