Sunday 7 August 2011

MASM EXTRA LAB QUESTIONS


1.      To Read a hexadecimal number from keyboard and display it
2.      To find factorial of a number below and display it
3.      To find the square root of a number
4.      Sum and average of number stored in array
5.      Checking for palindrome
6.      Write a pgm the sum of two numbers using MASM
7.      Write an 8086 MASM pgm to reverse an input string
8.      Write an 8086 MASM pgm to count the number of words in a text entered from keyboard. Also verify the output
9.      Write a MASM pgm to print the Fibonacci numbers upto 1000
10.  Write an MASM pgm to count the number of vowels in a text matter input from keyboard also print the result

No comments:

Post a Comment