0% found this document useful (0 votes)
48 views

Microprocessor Lab

This document outlines 13 experiments to be completed for a Microprocessor and Microcontroller laboratory course. The experiments involve writing assembly language programs to perform operations like arithmetic, string manipulation, sorting, and conditional checks. Each program is to be written according to a standard report format that includes an experiment name, objective, methodology, results and discussion, and references.

Uploaded by

Ebrahim Siddik
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views

Microprocessor Lab

This document outlines 13 experiments to be completed for a Microprocessor and Microcontroller laboratory course. The experiments involve writing assembly language programs to perform operations like arithmetic, string manipulation, sorting, and conditional checks. Each program is to be written according to a standard report format that includes an experiment name, objective, methodology, results and discussion, and references.

Uploaded by

Ebrahim Siddik
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 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