You are on page 1of 5

CSE-2204

Microprocessor and Microcontroller laboratory


Report Content

 Exp no.:
 Exp name:
 Obj:
 Intro:
 Apparatus:
 Methodology:
 result and discussion:
 Reference:
 1.Write an assembly program that performs addition, subtraction,
multiplication and division operation over two numbers.

 2.Write an assembly program that performs different types of jump


operation.
Lab Content
 3.Write an assembly program that shows the grade of a given number.
Experiment
 4.Write an assembly program that finds the maximum and minimum
digit from some given number by using registers.
Name:
 5.Write an assembly program that finds the maximum and minimum
digit from some given number by using arrays.
 6.Write an assembly program that performs loop operation in
assembly language and by using loop, counting the sum of
series.

 7.Write an assembly program that checks whether two strings


are equal or not.

 8.Write an assembly program that performs bubble sort


operation over an array.
Exp. Name
 9.Write an assembly program that counts the number of
vowels in a string.

 10.Write an assembly program that checks whether a string is


palindrome or not.
 11.Write an assembly program that moves a string to another
string variable.

 12.Write an assembly program that inputs a password and


stores 0000h in AX if the password is correct and stores
00001h in AX if it is incorrect.
Exp. Name
 13.To write an assembly program which converts a Bcd
number to Binary number.

You might also like