Coa Indexqwdqwdwq

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

SARDAR VALLABHBHAI PATEL INSTITUTE OF

TECHNOLOGY, VASAD (041)

BE PROGRAMME

  OPERATING SYSTEM

LAB FILE

SUBMITTED BY

NAME : Rythmn Magnani


BRANCH: COMPUTER ENGINEERING
ENR. NO.: 200410107133 BATCH : C
YEAR : 2022-23 SEM : IV
Sardar Vallabhbhai Patel Institute of
Technology- Vasad.

Index
Page
Practical Practical Name No.
Date Sign
No.
Write the working of 8085 simulator GNUsim8085 and basic architecture of
1 8085.

Write the 8085 program to add two 8 bit numbers stored in registers.

Write the 8085 program to add two 8 bit numbers stored in memory
2 locations.

Write the 8085 program to add two 16 bit numbers.

Write the 8085 program to subtract two 8 bit numbers stored in registers.

2 Write the 8085 program to subtract two 8 bit numbers without using SUB
instruction.

Write the 8085 program to perform all logical operations

To perform AND operation of two 8 bit nos. stored on register

3 To perform OR operation of two 8 bit nos. without using ORA instruction.

To perform XOR operation of two 8 bit nos. stored on memory location


2000H and 2001H.

Write the 8085 program to mask lower four bits of an 8 bit number stored in
a register
4
Write the 8085 program to set all upper four bits of an 8 bit number stored
in a register

Write the 8085 program to transfer block of data from one address to
another.

Write the 8085 program to transfer block of data from one address to
5 another in reverse order.

Write the 8085 program to transfer block of data from one address to
another in reverse order.

Write 8085 program to multiply two 8-bit numbers.( Ex: 3 X 4= 3+3+3+3)


6

7 Write 8085 program to shift given 8- bit no. using shift instruction and
subroutine.

Write 8085 program to find the factorial of the number using subroutine.

Implement Booth’s Algorithm


8

Design ALU using Logisim.


9

Implement 16-bit single-cycle MIPS processor in Verilog HDL


10

You might also like