Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
6 views3 pages

Index

The document outlines a series of lab assignments completed by Sumit Raghuvanshi, a CSE student, including assembly language programs and simulations related to computer architecture. Each assignment includes a description, assignment date, and submission date. Key topics covered include loops, instruction sets, shift registers, ripple carry adders, and Java programming for mapping techniques.

Uploaded by

aaky30658
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views3 pages

Index

The document outlines a series of lab assignments completed by Sumit Raghuvanshi, a CSE student, including assembly language programs and simulations related to computer architecture. Each assignment includes a description, assignment date, and submission date. Key topics covered include loops, instruction sets, shift registers, ripple carry adders, and Java programming for mapping techniques.

Uploaded by

aaky30658
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

-> SUMIT RAGHUWANSHI

->CSE(2)
->201112239
-> cso LAB Assignments

INDEX
S.NO. Assignments Page No. Assignment Date Submission Date

1. Assembly Language Program on


the Usage of Loops
25-01-22 30-01-22
• Find the sum of 5 numbers
1+2+3+4+5 using loop 2
• Find the sum of 5+6+7 using
1+2+..7 – 1+2+3+4 using loop 4

2 Assembly Language Program to


realize Simple Instruction Set

• Write a program to find the


7 01-02-22 06-02-22
smallest of 5 numbers in an array
starting at 0021H and store the
result at location 0030H.

• Find the square of an 8 bit 9


number.

• Subtract two 8 bit numbers stored


10
at memory location 0020H and
0021H and store the result and
arrow at locations 0022H and
0023H respectively.

3 Assembly Language Program to


13 15-02-22 17-02-22
Calculate Factorial in 8085.

4 Simulation of Shift Register (SISO


and SIPO)
15-02-22 21-02-22

• Simulate SISO shift registers


using D – Flip Flops for the serial
input bit string “1010”. 15
• Simulate the SISO shift registers
by realizing D – Flip Flop using the
JK – Flip Flop for the serial input
18
bit string “1010”.

5 Simulation of Shift Register (PIPO


and PISO)

• Simulate SIPO shift registers


using D – Flip Flops for the serial 25
input bit string “1010”.
22-02-22 27-02-22
• Simulate the SIPO shift registers
by realizing D – Flip Flop using the 30
JK – Flip Flop for the serial input
bit string “1010”.

6 Simulation of Ripple Carry Adder

• Simulate 4-bit ripple-carry adder. 42


08-03-22 13-03-22
• Simulate 16-bit ripple-carry adder 45
using 4-bit ripple carry adders.

7 Simulation of Carry Look Ahead


Adder.

• Design 4 bit carry look ahead


49 29-03-22 01-04-22
adder

• Design 6 bit carry look ahead 50


adder

8 Java Program to Implement Direct 54


15-04-22 17-04-22
Mapping, Associative Mapping and
Set-Associative Mapping.

You might also like