Answered You can hire a professional tutor to get the answer.

QUESTION

Review the following code and answer thefollowing questions, assuming line number is the address of thesymbol (label).

   Review the following code and answer thefollowing questions, assuming line number is the address of thesymbol (label).

a)   Determine the symbol table content with effectiveaddress assuming program startup address is 0x00010000 and datastartup address is 0x00100000 [pts. 2]

b)   List instruction line number with forwardreferences. [pts. 1]

1   .text

2   .globl main

3   main:   lw      $t0, V1 4      lw      $t1, V2

5   bne   $t0, $t1, main_L1

6   add   $s0, $t0, $t1

7   sw      $s0, V1

8   j      main_L2

9   main_L1: sub   $s1, $t0, $t1

10   sw      $s1, V2

11   main_L2: bne    $s0, $s1, main

12

13   .data

14   .align 2

15   V1: .asciiz "Hello World!"

16   V2: .word 115

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question