Question: 2. 14 pointsl show all work Use the following data declarations. Assume that the offiset of byte Val is 00000000: data byte Val sbyte 1,2,3,0F3h
2. 14 pointsl show all work Use the following data declarations. Assume that the offiset of byte Val is 00000000: data byte Val sbyte 1,2,3,0F3h wordVal word 1000h,2000h,3000h,4000h dwordVal dword 23456789h, 90785634h, 11223344h the value of the final destination operand after each of the following code fragments has executed :if any instruction's is invalid, indicate "INV" as the answer and briefly explain why a. mov esi,2 add esi,2 mov ax, word Val[esi answer a b. mov bx, 1002h xchg bx, [wordVal+4 answer bx wordVal+41- answer (show your answer in binary) d. mov al, byte ptr [dwordVal +6 answer al- bx- mov bx, word ptr [dword Val+10) mov esi, offset dwordVal+8 mov eax, [esi] e. answer eax- esi
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
