Ask Question
27 December, 19:43

3. Given the following program: Address Instruction 100 Load X 101 Store Temp 102 JnS Subr / Store return address, jump to procedure 103 Store X 104 Load Y 105 Store Temp 106 JnS Subr / Store return address, jump to procedure 107 Store Y 108 Halt 109 X, Hex 10 10A Y, Hex 20 10B Z, Hex 30 10C Temp, Hex 0 10D Subr, Hex 0 / Store return address here 10E Load Temp 10F Add Z 110 Jumpi Subr / Return to calling code END Provide a trace and give the contents (in Hexadecimal number) of PC after execution of each instruction. What are the values of X, Y, Temp, Subr after running of this program

+4
Answers (1)
  1. 27 December, 20:11
    0
    I think it's that but I'm not sure
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “3. Given the following program: Address Instruction 100 Load X 101 Store Temp 102 JnS Subr / Store return address, jump to procedure 103 ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers