RTL AND Instruction
Matt Davis
mattdavis9@gmail.com
Sun Jan 29 14:38:00 GMT 2012
On Sun, Jan 29, 2012 at 8:21 PM, James Courtier-Dutton
<james.dutton@gmail.com> wrote:
>
> On Jan 22, 2012 5:21 AM, "Matt Davis" <mattdavis9@gmail.com> wrote:
>> Essentially, I just want to emit: "and %eax, $0x7"
>>
> Assuming at&t format, does that instruction actually exist?
> How can you store the result in the constant number 7?
> Did you instead mean
> and $0x7, %eax
Yes, I have it working. Much thanks to everyone :-)
-Matt
More information about the Gcc
mailing list