You are on page 1of 1

 Write an assembly language program for multiplication of two 16-bit numbers.

 Write an assembly language program for multiplication of two 32-bit numbers.


 Write an assembly language program to add the elements of array.
 Write an assembly language program to count positive numbers from given array.
 Write an assembly language program to count negative numbers from given array.
 Write an assembly language program to arrange given set of numbers in ascending order.
 Write an assembly language program to arrange given set of numbers in descending order.
 Write an assembly language program to check whether the entered string is palindrome or not.
 Write an assembly language program to Compare two string.
 Write an assembly language program to reverse the string.
 Write an assembly language program for 8-bit BCD addition and subtraction.
 Write an assembly language program to display current time from system.
 Write an assembly language program for addition of two 16-bit numbers.
 Write an assembly language program for subtraction of two 16-bit numbers.
 Write an assembly language program to find the string length of the given string.
 Write an assembly language program to find maximum number in the array.
 Write an assembly language program to find minimum number in the array.
 Write an assembly language program to find square of a number.
 Write an assembly language program for addition of two 32-bit numbers.
 Write an assembly language program for subtraction of two 32-bit numbers.
 Write an assembly language program for addition of two 16-bit numbers.
 Write an assembly language program to find average of given five numbers.
 Write an assembly language program to divide 16 bit number by an 8-bit number.
 Write an assembly language program to find factorial of a number.
 Write an assembly language program to find the occurrence of substring in the given string.

You might also like