Question: Write a program to calculate y where y = x 2 + 2 x + 9. x is between 0 and 9 and the look-up
Write a program to calculate y where y = x2 + 2x + 9. x is between 0 and 9 and the look-up table for x2 is located at the address (code space) of 200H. Register R0 has the x, and at the end of the program R2 should have y. Use the simulator to change the x value and single-step through the program, examining the registers as you go.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
