johncaponski wrote:
leal 0(,%ebx,8), %edx <-- Here I store sth in edx... WHAT!!!?? subl %ebx, %edx
These two instructions together are an optimized form of edx = 7 * ebx
johncaponski wrote:
leal 0(,%ebx,8), %edx <-- Here I store sth in edx... WHAT!!!?? subl %ebx, %edx
These two instructions together are an optimized form of edx = 7 * ebx