MASAM programs
1)Str.asm :- Pgm to interchange the case of alphabets in a string
2)Palin.asm :- Pgm to check whether the given "sentence" is palindrome
3)16bit.asm :- Pgm to multiply 2 16bit no.s in decimal format (User input for n1 and n2)
4)Fibo.asm :- Pgm to find the fibonacci series (user input upto 24 no.s)
5)Dtoh.asm :- Pgm to convert 16 bit decimal to hex (user input)
6)Htod.asm :- Pgm to convert 16 bit hex to decimal (user input)
7)Cube.asm :- Pgm to find the cube of 8 bit hexadecimal number(user input)
8)Dcube.asm :- Pgm to find the cube of 8 bit decimal number (user input)
9)Fact.asm :- Pgm to find factorial of a number (user input ,limit=12)
10)Ntrans.asm:-Pgm to find the transpose of an mxn matrix (user input for order and the elements of matrix , matrix style display ;) )
11)Mat.asm :- Pgm to find the product of two sq. matrices of same order in decimal calculations(user input for orders and the elements of 2 matrices)
12)Nfact.asm:- Pgm to find factorial of a number (user input, limit=99)
**************************
Download programs: 8086
16bit.asm
cube.asm
dcube.asm
dtoh.asm
FACT.ASM
fibo.asm
htod.asm
mat.asm
Nfact.asm
ntrans.asm
PALIN.ASM
STR.ASM
No comments:
Post a Comment