Is je more effective than jg
- From: leon800219@xxxxxxxxx
- Date: 26 Nov 2006 18:00:12 -0800
Hi all:
I wonder is jne more effective than jbe, if so why?
The statement:
for(i=0;i<=10;++i)
{
}
seems slower than:
for(i=0;i!=10;++i)
{
}
?
.
- Follow-Ups:
- Re: Is je more effective than jg
- From: rwt
- Re: Is je more effective than jg
- From: robertwessel2
- Re: Is je more effective than jg
- From: Ratch
- Re: Is je more effective than jg
- From: leon800219
- Re: Is je more effective than jg
- Prev by Date: Re: Fast asm conversion of string of hex chars into binary
- Next by Date: Re: Is je more effective than jg
- Previous by thread: Fast asm conversion of string of hex chars into binary
- Next by thread: Re: Is je more effective than jg
- Index(es):