4- (10 pts) Use the following variable definitions .data var1 SBYTE -4, -2, 3,1 var2 WORD 1000h, 2000h, 3000h, 4000h var
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
4- (10 pts) Use the following variable definitions .data var1 SBYTE -4, -2, 3,1 var2 WORD 1000h, 2000h, 3000h, 4000h var
4- (10 pts) Use the following variable definitions .data var1 SBYTE -4, -2, 3,1 var2 WORD 1000h, 2000h, 3000h, 4000h var3 SWORD -16, -42 var4 DWORD 1,2,3,4,5 ; a. What will be the value of the destination operand after each of the following instructions? execute in sequence mov edx, var4 movzx edx, var2 mov edx, (var4+4) movsx edx, var1 ; b. ; c. ; d. oc
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!