Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The data words 113A, and 1DCB are stored in data memory starting with address 0090:0010. Write an Assembly language program that divides each of these
The data words 113A, and 1DCB are stored in data memory starting with address 0090:0010.
Write an Assembly language program that divides each of these words (Use Register Indirect and Register Relative addressing modes only) with 2 and store the Quotient results only starting from data memory 0090:0020. Then Multiply these both Quotient results and store the final result at data memory starting from 0090:0030.
Note: Zero marks will be given if solution is not done using the mentioned addressing mode.
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