mov    -0x4(%esi,%ebx,4),%eax
sets the value of eax to what’s at [esi + ebx*4 - 4]
cmp    %eax,(%esi,%ebx,4)
compares eax to what’s at [esi + ebx*4]
solved Can someone help me understand those assembly lines? [closed]
 
mov    -0x4(%esi,%ebx,4),%eax
sets the value of eax to what’s at [esi + ebx*4 - 4]
cmp    %eax,(%esi,%ebx,4)
compares eax to what’s at [esi + ebx*4]
solved Can someone help me understand those assembly lines? [closed]