Hey,
Int is a 32 bits data(4 bytes).
In the memory dump you provided, each address is 8 bits of data.
So my question is when I need to check if A[i+1]<A[i] do I need to compare 4 addresses to the next 4 addresses in the memory dump?
thanks,
Maor.