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

List of Experiments For Practical Exam. of Microprocessor and Microciontroller Lab.

The document lists 12 experiments for a Microprocessor and Microcontroller Lab involving writing assembly language programs using the 8085 Microprocessor. The experiments include programs to add, subtract, and multiply hexadecimal and decimal numbers, find the largest and smallest numbers in an array, sort an array in ascending and descending order, and convert temperatures between Fahrenheit and Celsius. The programs are to be written with proper data, flowcharts, algorithms, and a starting memory address of 8000H.

Uploaded by

Anshul Gautam
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)
206 views1 page

List of Experiments For Practical Exam. of Microprocessor and Microciontroller Lab.

The document lists 12 experiments for a Microprocessor and Microcontroller Lab involving writing assembly language programs using the 8085 Microprocessor. The experiments include programs to add, subtract, and multiply hexadecimal and decimal numbers, find the largest and smallest numbers in an array, sort an array in ascending and descending order, and convert temperatures between Fahrenheit and Celsius. The programs are to be written with proper data, flowcharts, algorithms, and a starting memory address of 8000H.

Uploaded by

Anshul Gautam
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

Microprocessor and Microcontroller Lab.

List of Experiments

1. Write an assembly language program(ALP) using 8085 Microprocessor for addition of


Two Hexadecimal Numbers.
2. Write an assembly language program using 8085 Microprocessor for addition of two decimal
numbers.
3. To perform multiplication of two 8 bit numbers using 8085, write an assembly language
program
4. Find the largest number in an array of data by using assembly language programme with 8085
instruction set.
5. Write an assembly language program to arrange an array of data in ascending order.

6. Write an assembly language program using 8085 Microprocessor for subtraction of two
Hexadecimal Numbers.
7. Write a ALP using 8085 Microprocessor for subtraction of two decimal numbers.
8. To perform multiplication of two 8 bit numbers using 8085, write an assembly language
program.
9. To find the smallest number in an array of data using 8085 instruction set, write an assembly
language program.
10. Write an assembly language program to arrange an array of data in descending order.
11. To perform conversion of temperature from degree to Fahrenheit F to degree Celsius C, write
an assembly language program
12.Write an ALP for computation of square root of a number.

Note: Use proper data for manual calculation. Also show flowchart and
algorithm. Use Starting Memory address location(PC) is 8000H

You might also like