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
- Re: possible bug in kernel/if_ether.c Jim Mercer
- Doh, compiler bug... (was Re: possible bug in kerne... Matthew Dillon
- Re: Doh, compiler bug... (was Re: possible bug ... Matthew Dillon
- Re: Doh, compiler bug... (was Re: possible ... Nate Williams
- Re: Doh, compiler bug... (was Re: possi... Nate Williams
- Re: Doh, compiler bug... (was Re: ... Jim Mercer
- Re: Doh, compiler bug... (was Re: ... Nate Williams
- Re: Doh, compiler bug... (was Re: ... Jim Mercer
- Re: Doh, compiler bug... (was Re: ... Matthew Dillon
- Re: Doh, compiler bug... (was Re: possible ... Daniel C. Sobral
- Re: Doh, compiler bug... (was Re: possible bug ... Thomas M. Sommers
- Re: Doh, compiler bug... (was Re: possible bug ... Jim Mercer

