You are on page 1of 4

Write an 8085 ALP to add two numbers of 8-bit data stored in memory locations 4200H and 4201H and

store the result in 4202H and 4203H.



Write an 8085 ALP to add two numbers of 16-bit data stored in memory from 4200H to 4202H. The data
are stored such that the low byte is first and then the high byte. Store the result in 4204H to 4206H.

Write an 8085 ALP to subtract two numbers of 8-bit data stored in memory locations 4200H and 4201H
and store the result in 4202H and 4203H.

Write an 8085 ALP to subtract two numbers of 16-bit data stored in memory from 4200H to 4202H. The
data are stored such that the low byte is first and then the high byte. Store the result in 4204H to 4205H.

Write an 8085 ALP to multiply two numbers of 8-bit data stored in memory locations 4200H and 4201H
and store the product in 4202H and 4203H.

Write an 8085 ALP to multiply two numbers of 16-bit data stored in memory locations 4200H and 4202H
and store the product in 4204H to 4207H.

Write an 8085 ALP to divide two numbers of 8-bit data stored in memory locations 4200H and 4201H
and store the quotient in 4202H and the remainder in 4203H.

Write an 8085 ALP to divide two numbers of 16-bit data stored in memory locations 4200H and 4202H
and store the quotient in 4204H and the remainder in 4206H.

Write an ALP to add two numbers of 16-bit data using 8086 microprocessor.

Write an ALP to subtract two numbers of 16-bit data using 8086 microprocessor.

Write an ALP to multiply two numbers of 16-bit data using 8086 microprocessor.


Write an ALP to divide two numbers of 16-bit data using 8086 microprocessor.

Write an ALP to add two numbers of 8-bit data using 8051 microcontroller.

Write an ALP to subtract two numbers of 8-bit data using 8051 microcontroller.

Write an ALP to multiply two numbers of 8-bit data using 8051 microcontroller.

Write an ALP to divide two numbers of 8-bit data using 8051 microcontroller.

Write an ALP for interfacing 8255 with 8085 and justify the outputs by the glowing of LEDS.

Write an ALP for interfacing 8251 with 8085 and check the transmission and reception of a character.


Write an 8085 ALP to search the largest data in an array of N data stored in memory from 4200H to
4200H+N. The first element of the array is the number of data (N) in the array. Store the largest data in
4300H.

Write an 8085 ALP to sort an array of data in ascending order. The array is stored in the memory starting
from 4200H. The first element of the array gives the count value for the number of elements in the
array.

Write an 8085 ALP to sort an array of data in descending order. The array is stored in the memory
starting from 4200H. The first element of the array gives the count value for the number of elements in
the array.

Write an 8085 ALP to find the square root of an 8-bit binary number. The binary number is stored in the
memory location 4200H and store the square root in 4201H.


Write an 8085 ALP to find the square of a number from 0 to 9 using look up table.

Write an 8085 ALP to determine the Factorial of 8-bit data.

Write an 8085 ALP to convert a Hexadecimal number to binary number.

Write an ALP for transferring block of data from one memory location to another using 8085
microprocessor.

Write an 8085 ALP to find the average of N numbers using 8085 microprocessor.

Write an ALP to search the smallest data in an array of data stored in memory using 8086
microprocessor.

Write an ALP to search the largest data in an array of data stored in memory using 8086 microprocessor.

Write an ALP to sort an array of data in ascending order using 8086 microprocessor.

Write an ALP to sort an array of data in descending order using 8086 microprocessor.

Write an 8086 ALP to determine the Factorial of 8-bit data.

Write an 8086 ALP to convert a Hexadecimal number to decimal number.

Write an ALP to search the smallest data in an array of data stored in memory using 8051
microcontroller.



Write an ALP to search the largest data in an array of data stored in memory using 8051 microcontroller.

Write an ALP to sort an array of data in ascending order using 8051 microcontroller.

Write an ALP to sort an array of data in descending order using 8051 microcontroller.

Write an 8051 ALP to convert a Hexadecimal number to decimal number.

Write an ALP for interfacing stepper motor controller with 8085.

Write an ALP for performing the DAC using 8085.

Write an ALP for performing the ADC using 8085.

Write an ALP to interface 8279 to 8085 microprocessor.

Write an ALP to interface 8253 with 8085 microprocessor and generate square wave.

Write an ALP to perform the UART operation using 8051.

Write an ALP for interfacing stepper motor controller with 8051.

You might also like