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.

Uploaded by

Chanchal Rawat
Copyright
© Attribution Non-Commercial (BY-NC)
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% 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.

Uploaded by

Chanchal Rawat
Copyright
© Attribution Non-Commercial (BY-NC)
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
You are on page 1/ 15

Basic Assembler Functions

Function of an assembler
Assembly language program Machine language and other information for the loader

Assembler

Database

Basic assembler functions

Fundamental assembler functions