You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
; 1. Define a double word array in your code as: arrayD DWORD 10h, 20h, 30h. Now add the three double ; words in this array and save the result at the fourth place in arrayD after the last element 30h. Note that, this ; time, a displacement of 4 must be added to ESI, or any other register that you are using to index, as it points to ; each subsequent array value because double words are 4 bytes long. Paste here the screenshots of code and ; Memory window showing the final result: