Answered step by step
Verified Expert Solution
Question
1 Approved Answer
12. Review the following data declaration .DATA Datal WORD Data 2 SBYTE Data 3 EQU ALIGN 4 Data 3 DWORD Data 4 BYTE 32, OAFh
12. Review the following data declaration .DATA Datal WORD Data 2 SBYTE Data 3 EQU ALIGN 4 Data 3 DWORD Data 4 BYTE 32, OAFh -1, Och, 33h 5 912EFA3h "CAT", 12, 3Ah i. Show the content of the individual bytes allocated in memory in hexadecimal for the declarations. ii. Assuming that the address of Data1 1 is 00435000h, what is the addresses of Data1, Data2, Data3 and Data4 iii. Show symbol table for the declaration iv. What will be the value of EAX after each of the following instructions execute? a) mov sax, TYPE Datal b) mex sax, LENGTHOF Data2 c) mox sax, SIZEOF, Data 2 d) mex sax, TYPE Data 3 e) mex eax, LENGTHOF Data 4 f) mev sax, SIZEOF Data2 g) may sas, SIZEOF Data3
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started