Question

create the fetch-execute cycle for an instruction that moves a value from general-purpose register-1 to general-purpose...

create the fetch-execute cycle for an instruction that moves a value from general-purpose register-1 to general-purpose register-2. compare the cycle to the cycle for a load instruction. What is the major advantage of the MOVE over the LOAD?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Major advantage of MOVE over LOAD:

MOVE is faster than LOAD because it occurs between two registers where as move occurs between two memory locations. Registers are always faster than main memory

Cycles of Move:

REG1 -> MAR

MDR -> IR

IR -> MAR

MDR -> REG2

PC + 1 -> PC

Cycle for LOAD:

PC -> MAR

MDR -> IR

IR -> MAR

MDR -> A

PC +1 -> PC

Add a comment
Know the answer?
Add Answer to:
create the fetch-execute cycle for an instruction that moves a value from general-purpose register-1 to general-purpose...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT