The document describes the basic functions of an assembler, including:
1) Translating mnemonic operation codes to machine language equivalents and assigning addresses to symbolic labels.
2) Processing assembler directives that provide instructions to the assembler.
3) Using internal data structures like the operation code table, symbol table, and location counter to perform a two-pass assembly of source code into an object program.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100%(2)100% found this document useful (2 votes)
2K views15 pages
2.1basic Assemblers Functions
The document describes the basic functions of an assembler, including:
1) Translating mnemonic operation codes to machine language equivalents and assigning addresses to symbolic labels.
2) Processing assembler directives that provide instructions to the assembler.
3) Using internal data structures like the operation code table, symbol table, and location counter to perform a two-pass assembly of source code into an object program.