Re: Do "nops" add to the latency of a program?
- From: "William J. Leary Jr." <spamtrap@xxxxxxxxxx>
- Date: Tue, 24 Oct 2006 23:30:38 -0400
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
.
- Follow-Ups:
- Prev by Date: Re: Do "nops" add to the latency of a program?
- Next by Date: Having trouble posting?
- Previous by thread: Re: Do "nops" add to the latency of a program?
- Next by thread: Re: Do "nops" add to the latency of a program?
- Index(es):
Relevant Pages
|