Skip to content

Opening book details…

About this document

Two-Pass Assembler Implementation in Java by Albert Einstein is a document available to read on EtoBox.

The document describes the objectives and implementation of Pass I and Pass II of a two-pass assembler. It discusses the data structures required like the opcode table, symbol table, literal table, and intermediate code. Pass I performs analysis of the source program by building tables and generating intermediate code. Pass II synthesizes the target machine code by processing the intermediate code and outputting the assembled program. Pseudo-code algorithms are provided for both passes.

Author
Albert Einstein
Language
EN