Question: a ) Complete the symbol table for the following data definitions showing the address of each label, given the address of var 1 is 0

a) Complete the symbol table for the following data definitions showing the address of each
label, given the address of var 1 is 010010000 in the data segment.
.DATA
var1: .HALF -2,-3,4,5
str1: .ASCIIZ "EXAM" # Don't forget the NULL character
var2: .WORD 0x5678ABCD, 1
var3: .byte 0
var4: .HALF 1000
b) Given the data definition of part (a), show the value loaded into register $t1(in hexadecimal) after
executing the
a ) Complete the symbol table for the following

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!