Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
4 views

Lab Problem Set

Sbe

Uploaded by

Akms limon
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Lab Problem Set

Sbe

Uploaded by

Akms limon
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Problem Set

Microprocessors Lab
Exam Date: 05.06.24
MDA-8086
1. Display a given Characters in 8x8 Dot matrix in MDA 8086.
2. Execute addition, subtraction, multiplication, Division and other
instructions and find the status of flags in MDA 8086
Run the following program in emulator:
[1]. Write an assembly language program in 8086 microprocessor that calculates and prints
terms of the Fibonacci series
[2]. Write an Assembly language program which shows the current date
[3]. Write a program in 8086 microprocessors for Reading and Displaying a Character
[4]. Write a program in 8086 microprocessor using General Purpose Registers
[5]. Write a program in 8086 microprocessors for Arithmetic and Logical operations.
[6]. Write an assembly language program for calculating the factorial of a number using
8086 microprocessors
[7]. Write an assembly language program in 8086 microprocessors to divide a 16-bit
number by an 8-bit number.
[8]. Write a program in 8086 microprocessors to find out the sum of series of even numbers,
where numbers are stored from starting offset 500 and store the result at offset 600.
[9]. Write an Assembly Language Program to find sum of odd numbers in a given series
containing 8-bit numbers stored in a continuous memory location and store the result
in another memory location.
[10]. Write an assembly language program in 8086 microprocessors to find average of n
eight-bit numbers.
[11]. Write an assembly language program in 8086 microprocessors to find square root of a
number.
[12]. Write a program to find the square root of a perfect number where starting address for
code is 2000 and number is stored at 3000 memory address and store result
into 3002 memory address.
[13]. Write an assembly language program in 8086 microprocessors to reverse 16-bit number
using 8-bit operation.
[14]. We are given a 16-bit decimal number we have to print the number in Hexadecimal
format.
[15]. Write an 8086 program to check whether a given string is palindrome or not.
[16]. We are given two decimal numbers we have to find the GCD of two numbers and print
the GCD in decimal format

You might also like