0% found this document useful (0 votes)
39 views

Prog1 1 1

The program is to take 14 numbers stored starting at memory address 4000, place them in reverse order starting at memory address 5000, and store the sum of all the numbers in register D when complete.

Uploaded by

api-3724082
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views

Prog1 1 1

The program is to take 14 numbers stored starting at memory address 4000, place them in reverse order starting at memory address 5000, and store the sum of all the numbers in register D when complete.

Uploaded by

api-3724082
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Name:________________________ Student ID: __________________

Extra Problem 1
Write an 8085 assembly program to perform the following operations:

There are 14 numbers stored in memory locations starting with address


4000.
• Place these numbers in reverse order in memory locations starting with
address 5000.
• Also, place the sum of all of these numbers in register D when the
program is done.

Microprocessors & Interfacing - Spring 1999 Dr. Bassel Soudan 1

You might also like