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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started