bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/19600] Parsing address@hidden forgets the offset


From: louis.granboulan.developer at gmail dot com
Subject: [Bug gas/19600] Parsing address@hidden forgets the offset
Date: Thu, 11 Feb 2016 10:35:16 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=19600

--- Comment #2 from louis.granboulan.developer at gmail dot com ---
(In reply to H.J. Lu from comment #1)
> What are
> 
>         movl    address@hidden, %eax
>         movl    address@hidden, %eax
> 
> used for?

For the fun!

You may prefer to do
         movl    address@hidden, %eax
         movl    -1(%ebx,%eax), %eax
instead of
         movl    address@hidden(%ebx), %eax

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]