Page 1 of 1

Answer in Binary Please:

Posted: Sun May 15, 2022 7:29 pm
by answerhappygod
Answer in Binary Please:
Answer In Binary Please 1
Answer In Binary Please 1 (24.36 KiB) Viewed 26 times
QUESTION 3 For the assembly language program and memory map given below, Assembly LOADI RO, -1 LOADI R1, -3 ADD RO, RO ADDI R1, 2 ADDI RO, 3 SRO RO, R1 ADD R1, RO SRO RO, RO Memory Loc Machine Code 0 00101111 1 00111101 2 01000010 3 01110010 4 01100011 5 10001100 6 01010010 7 10000010 Trace the program execution for 4 Fetch/Decode/Execute cycles. Enter the register contents in the spaces provided. Assume all registers are initialized to zeros at the start of the execution. Further, assume that execution starts at memory location 0. Note: ALL answers must be given in BINARY not decimal form. RO: R1: PC IR: OUT: IN: