You are on page 1of 1

Department of Computer Science & Engineering

ASSIGNMENT-1
Course : System Software and Compilers Submission Time
: 9 AM to 4:45 PM
Course Code : 18CS61 Submission Date
: 02-05-2022
Sem/Sec : 6th Sem, B’Sec Max Marks : 10
Marks COs BTL
1. Generate the object program for the following SIC/XE source 4 M
program

SUM START 0
FIRST CLEAR X
LDA #0
+LDB #TOTAL
BASE TOTAL
LOOP ADD TABLE, X
TIX COUNT
CO3 L4
JLT LOOP
STA TOTAL
COUNT RESW 1
TABLE RESW 2000
TOTAL RESW 1
END FIRST

2. Discover all the Addressing Modes supported by SIC/XE Machine with 3 M


example.

3. Articulate the differences between SIC and SIC/XE Machine 3M


Architectures

CO1 Explain system software and design simple


Bloom’s Taxonomy Level
assemblers
CO2 Design and develop lexical analyser and parsers. L1 Remembering
CO3 Design Syntax directed translation schemes, L2 Understanding
Intermediate code generators and code generators. L3 Applying
CO4 Utilize lex and yacc tools for implementing L4 Analyzing
different concepts of system software L5 Evaluating
L6 Creating

HOD

You might also like