Matthew Dillon wrote:
> 
> :0xc01997a7 <arpintr+123>:       sete   %al
> :0xc01997aa <arpintr+126>:       movzbl %al,%ebx                BING BING BING!
> :0xc01997ad <arpintr+129>:       testl  %ebx,%ebx
> 
[snip] 
>      What the frig is this 'sete' instruction?  And the movzbl ?  Move byte
>      to long?
> 

sete is set byte if equal (zf set). movzbl is as you supposed, 
but with zero extend.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to