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
The memory addresses given in the Figure 4.9.6 do not correlate with the label ebp+0xc, ebp+0x8 and ebp+0x4. ebp points to 0x1000f. so ebp+0x4 should be 0x10013 and the other ones would follow afterwards. The label to i should be ebp-0x4 like in the disassembly and the byte order has to be reversed as well. If it should somewhat resemble Intel's memory layout style the whole second row has to be flipped and only the addresses of the first row have to be flipped as well.
And finally the second row should start at 0xfff0.
The text was updated successfully, but these errors were encountered:
The memory addresses given in the Figure 4.9.6 do not correlate with the label
ebp+0xc
,ebp+0x8
andebp+0x4
.ebp
points to 0x1000f. soebp+0x4
should be 0x10013 and the other ones would follow afterwards. The label toi
should beebp-0x4
like in the disassembly and the byte order has to be reversed as well. If it should somewhat resemble Intel's memory layout style the whole second row has to be flipped and only the addresses of the first row have to be flipped as well.And finally the second row should start at 0xfff0.
The text was updated successfully, but these errors were encountered: