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

Microprocessor Lab: List of Experiments

This document lists 15 experiments for a microprocessor lab, where students will write assembly language programs to perform basic operations like storing and exchanging data, adding and subtracting 8-bit and 16-bit numbers, finding complements, calculating sums of series, comparing and arranging numbers.
Copyright
© Attribution Non-Commercial (BY-NC)
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)
40 views1 page

Microprocessor Lab: List of Experiments

This document lists 15 experiments for a microprocessor lab, where students will write assembly language programs to perform basic operations like storing and exchanging data, adding and subtracting 8-bit and 16-bit numbers, finding complements, calculating sums of series, comparing and arranging numbers.
Copyright
© Attribution Non-Commercial (BY-NC)
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/ 1

MICROPROCESSOR LAB

LIST OF EXPERIMENTS:
1. Write an assembly language program to store a 8-bit data in memory. 2. Write an assembly language program to exchange the contents of two different memory locations. 3. Write an assembly language program to add two 8-bit numbers. 4. Write an assembly language program to subtract two 8-bit numbers. 5. Write an assembly language program to add two 16-bit numbers. 6. Write an assembly language program to find 1s complement of a number. 7. Write an assembly language program to find 2s complement of a number. 8. Write an assembly language program to calculate the sum of a series of numbers. 9. Write an assembly language program to transfer a block of data from one location to another. 10. Write an assembly language program to find larger of two 8-bit numbers. 11. Write an assembly language program to find smaller of two 8-bit numbers. 12. Write an assembly language program to find the smallest number from a series 8-bit numbers. 13. Write an assembly language program to find the largest number from a series 8-bit numbers. 14. Write an assembly language program to arrange a series of numbers in ascending order. 15. Write an assembly language program to arrange a series of numbers in descending order.

******************************************************************************************************

You might also like