Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Memory words 112A, 362C, 4830, 2D12 and 41BC are stored in data memory starting from 0090:0020. Write an Assembly language program to calculate sum of
Memory words 112A, 362C, 4830, 2D12 and 41BC are stored in data memory starting from 0090:0020.
Write an Assembly language program to calculate sum of these data words from memory using Register indirect and Register relative addressing modes and calculate average by dividing the sum by 4.
The program stores the result in the data memory starting with address 0090:0030. Ignore any carry generated by the addition instructions
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