ssume the operating system for LC-3 has had new service routines added to it. Consider the following code fragment that requests one of those new service routines:
LD TRAP ADD
R2, B 32 R2, R2, #-1
LOOP
Also consider the following partial service routine jump table:
ADDRESS
CONTENTS
x0031
x0709 x0527 x0913 x0957
x0032
x0033
x0034
A. What address is used by the code above to access the service routine jump table?