Question: Given the following C + + C code: char array [ 1 0 0 0 ] ; char * p = array; What is the
Given the following code:
char array;
char array;
What is the equivalent assembly language code for the above?
data
array BYTE DUP
coale
mov esi, array OFFSET
data
array DWORD DUP
codo
mov esi, PTR array
data
array BYTE DUPO
code
lea esi, OFFSET array
data
array BYTE DUP
code
mov esi, OFFSET array
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
