Question: Write the programs given below for 8085 microprocessor: a). A block of 10 bytes is stored in memory location from 2500H onwards. Write a program

Write the programs given below for 8085 microprocessor: a). A block of 10 bytes is stored in memory location from 2500H onwards. Write a program to sort them in ascending order. (Sorting) b)A block of 10 bytes is stored in memory from 2500H onwards. Write a program to shift all positive numbers to 2600H onwards and all negative numbers to 2700H onwards. (positive and negative) c)Write a program to add two 64-bit numbers stored in memory locations starting from 2500H and 2600H, respectively. d) A block of 10 bytes is stored in memory from 2500H onwards. Write a program to shift these in reverse order in the same block of locations without using other memory locations. e)Write a program to multiply two 8-bit numbers stored at 2000H and 2001H. Store the result at 2002H and 2003H. f)Write a program to divide an 8-bit number stored at 2000H by another number stored at 2001H. Store the result at 2002H (for quotient) and 2003H (for remainder).

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!