You are on page 1of 1

MPI LAB EXAM QUESTIONS

1. Write an 8086 Assembly Language program to perform 16-Addition & Subtraction (immediate)
2. Write an 8086 Assembly Language program to perform 16-Addition & Subtraction (index reg)
3. Write an 8086 Assembly Language program to perform 16-multiplication& division (immediate)
4. Write an 8086 Assembly Language program to perform 16-multiplication& division (index reg)
5. Write an 8086 Assembly Language program to find Sum of the N Series of given data
6. Write an 8086 Assembly Language program to find Average of the N Series of given data
7. Write an 8086 Assembly Language program to find the sum of N natural numbers.
8. Write an 8086 Assembly Language program to find the sum of squares of N natural numbers.
9. Write an 8086 Assembly Language program to find the sum of cubes of N natural numbers
10. Write an 8086 Assembly Language program for Generation of Fibonacci Series
11. Write an 8086 Assembly Language program for finding the Largest number in the given array of data
12. Write an 8086 Assembly Language program for finding the smallest number in the given array of data
13. A group of 12 bytes are stored from 7000 memory address on words.
Write an 8086 ALP to transfer the data from 7000 memory address to 5000 memory address on words.
14. A string of 5 bytes are stored in memory from 9000 memory address on words.
Write an 8086 ALP to transfer the string of data in reverse order from 12000 memory address on words.
15. Two strings of 9bytes in length are stored in memory from 7000 and 5000 addresses on words.
Write an 8086 ALP to Exchange the two strings.
16. Write an 8086 Assembly Language program for finding the Factorial of a given data.
17. Write an 8086 Assembly Language program for Finding NCR for a given N and R values
18. Write an 8086 Assembly Language program for finding the Square of the given Number.
19. Write an 8086 Assembly Language program for finding the Square root of the given Number
20. Write an 8086 Assembly Language Program to arrange the given numbers in ascending order
21. Write an 8086 Assembly Language Program to arrange the given numbers in Descending Order
22. Write an 8086 Assembly Language Program to convert Binary to Gray code
23. Write an 8086 Assembly Language Program to convert Gray code to Binary
24. Write an 8086 Assembly Language Program for Finding the Count of Positive, Negative and Zero values
in the given Signed data array.
25. Write an 8086 Assembly Language Program to covert Decimal number to Hexadecimal number.
26. Write an 8086 Assembly Language Program to generate square wave form.
27. Write an 8086 Assembly Language Program to generate positive ramp wave form.
28. Write an 8086 Assembly Language Program to generate negative ramp wave form.
29. Write an 8086 Assembly Language program to find Sum of the N natural numbers.

You might also like