c. mov bl,BYTE PTR [varW+ 1 ] c. d. mov ax,WORD PTR [varD + 1 ] d.
Posted: Sat Feb 19, 2022 3:24 pm
c. mov bl,BYTE PTR [varW+ 1 ] c.
d. mov ax,WORD PTR [varD + 1 ] d.
1. Give value of value of each destination operand if Big Endian order is used in order to store data : .data varB BYTE 651,316,026,05h var W WORD 6543h,12021, 3145 varD DWORD 12345678h .code mov ax, WORD PTR [varB + UJ_ID_Last_Letter] ; a. mov bi,BYTE PTR varD; b. mov bI,BYTE PTR (varW Month_of_Birth mov ax, WORD PTR (varD Month_of_Birth) :d. mov cax, DWORD PTR varW
d. mov ax,WORD PTR [varD + 1 ] d.
1. Give value of value of each destination operand if Big Endian order is used in order to store data : .data varB BYTE 651,316,026,05h var W WORD 6543h,12021, 3145 varD DWORD 12345678h .code mov ax, WORD PTR [varB + UJ_ID_Last_Letter] ; a. mov bi,BYTE PTR varD; b. mov bI,BYTE PTR (varW Month_of_Birth mov ax, WORD PTR (varD Month_of_Birth) :d. mov cax, DWORD PTR varW