Re: Do "nops" add to the latency of a program?



Sorry about that. I hit "send" before I was done...

"Trev" <spamtrap@xxxxxxxxxx> wrote in message
news:1161699912.543439.125810@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi all,
My compiled program has had a few nops put in the listing, and I've
noted a few places where nops could be used, eg:

push 5
pop edi
cmp eda, edi

which I can shorten to cmp eda, 5.

What's "EDA" by the way? I don't recall running into that one before.

- Bill

.



Relevant Pages