Question: Consider our example instruction set from class (and homework 3). Suppose the contents of memory from address 020 through 025 is: OxFF 0x60 0x20 0x53

Consider our example instruction set from class (and homework 3). Suppose the contents of memory from address 020 through 025 is: OxFF 0x60 0x20 0x53 0x63 0x20 If the program counter pe is, 023 and we execute one instruction, what is placed into register 0 ? A. 020 B. 021 C. 023 D. 024 E. 060 F. OxFF Comments (Optional) Question 3 (1 points) Consider our example instruction set from class (and homework 3). Suppose the contents of memory from address 020 through 025 is: OxFF 060020053063020 If the program counter po is 024 and we execute one instruction, what is placed into register 0 ? A. 020 B. 021 C. 023 D. 024 E. Ox60 F. OxFF 6: do different things for different values of b : In all 4 cases, increase pe by 2 , not 1 , at the end of this instruction 7: Compare ra (as an 8-bit 2's-complement number) to 0 : - if ra, set pc=rB - otherwise, increment pe like normal
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
