Question: 3. Use the following data definitions data myBytes BYTE 10h,20h,30h, 40h myWords WORD 3 DUP(?),2000h myString BYTE ABCDE a- What will be the value of
3. Use the following data definitions data myBytes BYTE 10h,20h,30h, 40h myWords WORD 3 DUP(?),2000h myString BYTE ABCDE a- What will be the value of EAX after each of the following instructions execute? mov eax, TYPE myBytes mov eax,LENGTHOF myBytes; b. mov eax,SIZEOF myBytes; c. mov eax,TYPE myWords d mov eax,LENGTHOF myWords ; e. mov eax,SIZEOF myWords; f mov eax,SIZEOF myString g b- Write an instruction that moves all four bytes in myBytes to the EAX register
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
