Question: 0. What values will be written to the array when the following code executes? data array DWORD 4 DUP (0) code main PROc mov eax,
0. What values will be written to the array when the following code executes? data array DWORD 4 DUP (0) code main PROc mov eax, 10 mov esi, 0 call proc 1 add esi, 4 add eax, 10 mov array[esi], eax NVOKE ExitProcess, O main ENDP proc_1 PROC call proc 2 add esi, 4 add eax, 10 mov amaylesij, ??? Ret proc_I ENDP proc 2 PROC call proc 3 add esi, 4 add cax, 10 mov array(esi], cax ret proc 2 ENDP proc 3 PROc mov arrayfesi], eax ret proc 3 ENDP
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
