Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts Of Database Management

Authors: Joy L. Starks, Philip J. Pratt, Mary Z. Last

9th Edition

1337093424, 978-1337093422

More Books

Students also viewed these Databases questions