0% found this document useful (0 votes)
53 views1 page

SS Lab - Experiment No 3

This document outlines an experiment for a computer engineering lab course to design and implement the second pass of a two-pass assembler. The objective is for students to generate target code from an intermediate representation produced in the first pass and learn file handling operations. Students will take intermediate code generated in Pass 1 as input and implement Pass 2 to produce the target code for a hypothetical machine.

Uploaded by

Reena Kale
Copyright
© © All Rights Reserved
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
0% found this document useful (0 votes)
53 views1 page

SS Lab - Experiment No 3

This document outlines an experiment for a computer engineering lab course to design and implement the second pass of a two-pass assembler. The objective is for students to generate target code from an intermediate representation produced in the first pass and learn file handling operations. Students will take intermediate code generated in Pass 1 as input and implement Pass 2 to produce the target code for a hypothetical machine.

Uploaded by

Reena Kale
Copyright
© © All Rights Reserved
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/ 1

Don Bosco Institute of Technology, Kurla(W)

Department of Computer Engineering


CSL602: System Software Lab
2020-21

Experiment Experiment Name


No.
3 Design and Implement Pass 2 of 2 Pass Assembler

Student Name:
Roll No :

Objective:
 Students will be able to learn various file handling operations
 Students will be able to produce the target code using the intermediate
representation generated in Pass 1.
 Students will be able to implement the working of Pass 2 of 2 pass Assembler

Task to be performed:
A. For any Assembly input for a hypothetical machine, implement pass 2 by using
the intermediate code generated as input to pass 2 program which was generated
as output in pass 1.

Theory & Algorithm :


Program Code:
Input to the Program:
Output Screenshot:
Outcome of the Experiment:
References used:

Course In-charge: Ditty Varghese

You might also like