Re: Do "nops" add to the latency of a program?
- From: "Trev" <spamtrap@xxxxxxxxxx>
- Date: 25 Oct 2006 00:50:46 -0700
William J. Leary Jr. wrote:
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
Sorry, got my names a bit muddled. Thanks for your replies by the way,
I was just wondering why extraneous operations were put in the listing.
I think I know now. (Still a lot
to learn!)
.
- Follow-Ups:
- Re: Do "nops" add to the latency of a program?
- From: William J. Leary Jr.
- Re: Do "nops" add to the latency of a program?
- References:
- Re: Do "nops" add to the latency of a program?
- From: William J. Leary Jr.
- Re: Do "nops" add to the latency of a program?
- Prev by Date: How interrupts work (x86 vs. C64)
- Next by Date: Re: Boot sector problems...
- 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
|