Microprocessor Lab: List of Experiments
Microprocessor Lab: List of Experiments
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.
******************************************************************************************************