Two word-wide unsigned integers are stored at the physical memory address 00A0016and 00A0216 , respectively. Write an instruction sequence that computes and stores their sum,difference, product and quotient. Store these results at consecutive memory locations startingat physical address 00A1016 in memory. To obtain the difference, subtract the integer at00A0216 from the integer at 00A0016. For division, divide the integer at 00A0016 by the integerat 00A0216. Use the register indirect relative addressing mode to store the various results.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here