What does pass one of sic assembler do?

1 answer

Answer

1188269

2026-08-06 15:10

+ Follow

Pass one of a SIC (Simplified Instructional Computer) assembler is responsible for reading the source code and creating a symbol table. During this pass, the assembler translates labels into memory addresses and determines the size of instructions and data. It does not generate machine code yet; instead, it lays the groundwork for pass two, where the actual machine code is produced. Essentially, pass one establishes the structure and organization needed for the final assembly.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.