This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to know some info?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]