MP & MC Model Lab Question
MP & MC Model Lab Question
2) Write a multiplication & division program for two eight bit numbers with carry in assembly language
and implement it in 8085 microprocessor.
3) Write an assembly language program to find the smallest numbers in an array and implement it in
8085 microprocessor.
4) Write an assembly language program to find the largest numbers in an array and implement it in 8085
microprocessor.
5) Write an assembly language program to convert the HEX value to ASCII & ASCII to HEX value and
implement it in 8085 microprocessor.
6) Write an assembly language program to find sum of N numbers and implement it in 8085
microprocessor.
7) Write an assembly language program to sort n number in ascending order and implement it in 8086
microprocessor.
8) Write an assembly language program to sort n number in descending order and implement it in 8086
microprocessor.
9) Write a multiplication & division program for two eight bit numbers with carry in assembly language
and implement it in 8051 microcontroller.
10) Write an assembly language program to find the smallest numbers in an array and implement it in
8051 microcontroller.
11) Write an assembly language program to find the largest numbers in an array and implement it in 8051
microcontroller.
12) Write an assembly language program to sort n number in ascending order and implement it in 8051
microcontroller.
13) Write an assembly language program to sort n number in descending order and implement it in 8051
microcontroller.
14) Write an assembly language program to find the factorial for the given number and implement it in
8051 microcontroller.
15) Write an assembly language program to transfer data from one set of memory location to another and
implement it in 8051 microcontroller.