Question: 17. .data array BYTE 11h, 22h, 33h, 44h Consider the above definition. What is VALUE OF AX after executing the following code? .code mov ax,

17. .data array BYTE 11h, 22h, 33h, 44h Consider the above definition. What is VALUE OF AX after executing the following code? .code mov ax, WORD PTR (array +1] 65 (2 points) O 1122 3322 4433 3344 18. What is the value of AL register after executing the following code? .data myDouble DWORD 12345678h code mov AL, BYTE PTR [myDouble+2] (1 Point) O 12 78 56 34
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
