Re: asm grep
- From: "Rod Pemberton" <do_not_have@xxxxxxxxxxxxx>
- Date: Thu, 27 Dec 2007 13:16:56 -0500
"Frank Kotler" <fbkotler@xxxxxxxxxxx> wrote in message
news:LTOcj.10488$yC6.8503@xxxxxxxxxxx
I'm likin' that approach! The current "yangrep.asm" runs 282 bytes, and
is a *lot* faster than the original. Still not as fast as C grep (on my
"big" file), and I removed all the features Konstantin had lovingly
added. I'll probably paste most of 'em back in. The option I *use* most,
on the real grep, is "i", and that doesn't sit well with rep cmpsb...
'-Hi' here, very rarely without 'i'...
Going to run a 32-bit 'and' against memory to uppercase?
START:
cld ; okay?
Didn't you say that wasn't necessary? So, you only use 'cld' when the file
size is below 300 bytes? ;-) You have an odd sense of humor Frank...
Rod Pemberton
.
- References:
- asm grep
- From: Frank Kotler
- Re: asm grep
- From: Robert Redelmeier
- Re: asm grep
- From: Frank Kotler
- Re: asm grep
- From: Robert Redelmeier
- Re: asm grep
- From: Charles Crayne
- Re: asm grep
- From: Frank Kotler
- asm grep
- Prev by Date: Re: asm grep
- Next by Date: Re: asm grep
- Previous by thread: Re: asm grep
- Next by thread: Re: asm grep
- Index(es):