0% found this document useful (0 votes)
106 views1 page

CSE & ECE MP Lab

The document lists practical assignments for a Microprocessor & Programming course. It includes writing assembly language programs to perform arithmetic operations like addition, subtraction, multiplication, and division of various number formats. Other assignments involve sorting and arranging numbers, comparing and manipulating strings, and converting between number formats. Additional practicals for a Digital Techniques & Microprocessor course involve verifying the truth tables and functionality of various logic and interface chips, and writing assembly programs for tasks like data transfer and serial communication. One mini project must also be completed involving the design and interface of a hardware component to a microprocessor.

Uploaded by

Arijit Dey
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
106 views1 page

CSE & ECE MP Lab

The document lists practical assignments for a Microprocessor & Programming course. It includes writing assembly language programs to perform arithmetic operations like addition, subtraction, multiplication, and division of various number formats. Other assignments involve sorting and arranging numbers, comparing and manipulating strings, and converting between number formats. Additional practicals for a Digital Techniques & Microprocessor course involve verifying the truth tables and functionality of various logic and interface chips, and writing assembly programs for tasks like data transfer and serial communication. One mini project must also be completed involving the design and interface of a hardware component to a microprocessor.

Uploaded by

Arijit Dey
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

CSE

Microprocessor & Programming


List of Practical:
1) Basics of Assembler, linker, debugger, editor
2) Write an Assembly Language Program to

Add / Sub two 16 bit numbers.

Find sum of series of numbers.

Multiply two 16 bit unsigned/ signed numbers.

Divide two unsigned/ signed numbers (32/16 , 16/8, 16/16, 8/8 )

Add / Sub / Multiply / Divide two BCD numbers.

Find smallest/ largest number from array of n numbers.

Arrange numbers in array in ascending/ descending order.

Perform block transfer data using string instructions / without using string instructions.

Compare two strings using string instructions / without using string instructions.

Display string in reverse order, string length, Concatenation of two strings.

Convert Hex to Decimal, Decimal to Hex.

ECE
Digital Techniques & Microprocessor
List of Practical: List from the manuals is to be added as it is.
1.
2.
3.
4.
5.
6.
7.

Verify Truth Table of bi directional buffer IC 74245.


Verify function table of ALU 74181.
Verify the operational features of ADC IC 0809, IC 0808 and DAC IC 0800.
Verify the operational features of RAM (use suitable RAM IC).
Write assembly language programs for addition and subtraction of two 8 bit & 16 bit numbers.
Write assembly language programe to transfer data bytes from memory block to another memory block.
Write Assembly Language Programme to multiply two 8 bit numbers using add and shift techniques
OR
Arrange the given bytes in ascending & descending order using bubble sort.
8.
Find ones and twos complement of a given number.
9.
Write Assembly Language Programme to exchange the lower & upper nibble of a byte.
10. To sort odd and even byte from given 10 bytes.
11. Using any hardware interrupt write a program to count the interrupt events.
12. Write Assembly Language Programme to Transmit / Receive a 8 bit serial data using SID
& SOD lines.
Mini Project: (ANY ONE)
1.
Design a stepper motor interface card using driver IC.
2.
Design an interface A/D converter using 8085 microprocessor.
3.
Interface D/A converter using 8085 microprocessor.
4.
Design 4 bit R-2R D/A converter.

You might also like