About this document
SIC Assembler Algorithm Overview by anony24mous135 is a document available to read on EtoBox.
The document outlines the Two Pass SIC Assembler process, detailing Pass 1 for defining symbols and assigning addresses, and Pass 2 for assembling instructions and generating the object program. It describes key data structures such as the Operation Code Table (OPTAB), Symbol Table (SYMTAB), and Location Counter (LOCCTR), along with their roles in the assembly process. Pseudo code examples illustrate the operations performed during both passes.
- Author
- anony24mous135
- Language
- EN