Imagine in the PennSim simulator line 3 (address 0x321F) was…
Imagine in the PennSim simulator line 3 (address 0x321F) was highlighted yellow (line of code to be executed next). If we hit: Step the next line highlighted would be [1] If instead we hit Next the next line highlighted would be [2] If the current highlighted line was line 7 (address 0x3222) and we hit Next the next line highlighted would be [3]
Read DetailsAt what 4-digit hex address is the label LOOP defined [1] Wh…
At what 4-digit hex address is the label LOOP defined [1] What offset (answer as a decimal number) would be encoded into the BRnp instruction [2] True/False: (simply type true or false in the box) the program would not work if line 29 was: RESULT .BLKW 1 [3]
Read DetailsWhen a BRnz instruction is executed, the branch will be take…
When a BRnz instruction is executed, the branch will be taken [1] The BRnz branch will be taken if the last value written to a register was [2] If one leaves the flag specifiers off a BRx instruction (i.e. just a BR instruction) the [3]
Read Details