Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
11 views2 pages

MPMC Lab

The document outlines a series of tasks involving assembly language programming for both the 8085 microprocessor and the 8051 microcontroller. It includes programs for arithmetic operations, sorting arrays, converting number systems, and controlling a stepper motor. Each task specifies the required functionality and assigns a point value, indicating the complexity or importance of the task.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views2 pages

MPMC Lab

The document outlines a series of tasks involving assembly language programming for both the 8085 microprocessor and the 8051 microcontroller. It includes programs for arithmetic operations, sorting arrays, converting number systems, and controlling a stepper motor. Each task specifies the required functionality and assigns a point value, indicating the complexity or importance of the task.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

1.

Write an assembly language program for performing the Addition and Subtraction of one

byte numbers using 8085Microprocessor.(100)

2. Write an assembly language program for performing the Multiplication and Division of 8

bit numbers using 8085 Microprocessor.(100)

3. Write an assembly language program to sort a given array in Ascending and Descending

order with array of length10 using 8085 Microprocessor.(100)

4. Write an assembly language program to find Largest and Smallest number in a given array

using 8085 Microprocessor.(100)

5. Write an ALP using 8051 mnemonics to make the stepper motor to rotate with a specific

delay by continuously energizing the coils.(100)Write an assembly language program for

performing Addition and Subtraction of two 8 bit numbers using 8051 Microcontroller and

store the results in memory.(100)

6. Write an assembly language program for performing the Multiplication and Division of

two 8 bit data using 8051 and store the result in memory.(100)

7. Write an ALP to run a stepper motor in anticlockwise direction using 8051.(100)

8. a) Write an assembly language program to convert a binary number into ASCII number

using 8051 microcontroller.(50)

(b) Write an ALP to perform 16-bit data addition using 8085 mnemonics.(50)

9. a)Write an assembly language program to convert a binary number into ASCII number

using 8085 microprocessor.(50)

(b) Write an assembly language program to convert a given ASCII number into binary

number using 8085 microprocessor.(50)

10. Write an assembly language program to convert a given decimal number into
hexadecimal number using 8085 microprocessor.(100)

12.write an assembly language program to convert a given hexadecimal number into

decimal number using 8085 microprocessor.(100)

11. (a) Write an ALP to Sort N elements in ascending order in an array using 8085

mnemonics.(50)

(b) Write an ALP to perform 8-bit data subtraction using 8085 mnemonics.(50)

13.(a) Write an ALP to sort the elements in an array in descending order using 8085

mnemonics.(50)

(b) Write an ALP to perform 8 bit data multiplication using 8085 mnemonics.(50)

14. (a)Write an ALP to perform 8 -bit data addition using 8051 mnemonics.(50)

(b) Write an ALP to perform 8-bit data multiplication using microcontroller 8051

mnemonics. (50)

15. Write an assembly language program to simulate the traffic light at an intersection

using a traffic light interface with 8051 microcontroller.(100)

16. (a) write an assembly language program to convert a binary number into ASCII

number using 8051 microcontroller .(50)

(b) write an assembly language program to convert a given ASCII number into binary

number using 8051 microcontroller.(50)

You might also like