Question: Complete the symbol table for the data declaration given below: .data var1: .word Oxabcd1234, 0x12345678 . align 4 str1: .asciiz QUIZ-2 CS203 var2: . byte
Complete the symbol table for the data declaration given below: .data var1: .word Oxabcd1234, 0x12345678 . align 4 str1: .asciiz "QUIZ-2 CS203" var2: . byte 25, 'A' var3: half 100 Address Label var1 str1 var2 var3 Complete the symbol table for the data declaration given below: .data var1: .word Oxabcd1234, 0x12345678 . align 4 str1: .asciiz "QUIZ-2 CS203" var2: . byte 25, 'A' var3: half 100 Address Label var1 str1 var2 var3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
