0% found this document useful (0 votes)
30 views6 pages

MP - Lab Questions

The document outlines a series of tasks requiring the creation of assembly language programs for various arithmetic and algorithmic operations. These tasks include addition, subtraction, multiplication, division, finding factorials, generating Fibonacci series, and identifying the largest and smallest numbers in an array. Additionally, it includes generating odd and even numbers up to a specified limit.

Uploaded by

Akhila p
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)
30 views6 pages

MP - Lab Questions

The document outlines a series of tasks requiring the creation of assembly language programs for various arithmetic and algorithmic operations. These tasks include addition, subtraction, multiplication, division, finding factorials, generating Fibonacci series, and identifying the largest and smallest numbers in an array. Additionally, it includes generating odd and even numbers up to a specified limit.

Uploaded by

Akhila p
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/ 6

1. Write an assembly language program to add two 8-bit numbers.

2. Write an assembly language program to subtract two 8-bit numbers.

3. Write an assembly language program to find product of two 8-bit numbers.


4. Write an assembly language program to find sum of first N natural numbers.

5. Write an assembly language program to find 2’s complement of a given 8-bit numbers.
6. Write an assembly language program to perform division of two 16-bit numbers.

7. Write an assembly language program to find factorial of a given number.


8. Write an assembly language program to generate Fibonacci series up to a limit.

9. Write an assembly language program to find the largest number from an array.
10. Write an assembly language program to find the smallest number from an array.
11. Write an assembly language program to generate odd numbers up to n.

12. Write an assembly language program to generate even numbers up to n.

You might also like