Re: asm grep




"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

.