Use the following variable definitions for the questions below .data var1 SBYTE -4,-2,3,1 var2 WORD 1000h,2000H,3000h,4000h var3 SWORD -16, -42 var4 DWORD 1, 2,3,4,5 c) What will be the hexadecimal value of the destination operand after each of the following instructions execute in sequence? (2 Marks) i). Mov al, var1 ii). Mov ah, [var1 3] d) What will be the value of the destination operand after each of the following instructions execute in sequence (2 Marks) i). Mov ax,var2 ii). Mov ax, [var2 4] iii). Mov ax, var3 iv). Mov ax, [var3-2]