Write a program to add the following five data bytes stored in memory locations starting from XX60H, and display the sum. (The sum does not generate a carry. Use register pair DE as a memory pointer to transfer a byte from memory into a register.) Data(H) JA. 32, 4F. 12. 27

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter10: Pointers
Section10.1: Addresses And Pointers
Problem 12E
icon
Related questions
Question
100%

Do it on https://www.sim8085.com/ and for storing sum use 2000

Write a program to add the following five data bytes stored in memory locations
starting from XX60H, and display the sum. (The sum does not generate a carry. Use
register pair DE as a memory pointer to transfer a byte from memory into a register.)
Data(H)
IA, 32, 4F, 12, 27
Transcribed Image Text:Write a program to add the following five data bytes stored in memory locations starting from XX60H, and display the sum. (The sum does not generate a carry. Use register pair DE as a memory pointer to transfer a byte from memory into a register.) Data(H) IA, 32, 4F, 12, 27
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr