Question

Design the control logic about BSA (Branch and Save Return Address), ISZ (Increment and Skip if Zero) Forexample fetch and decode phases TI : IR-M[AR], PC ← PC + 1, SC ← SC +1 T2 : D0-D7 .-Decode IR(12-14). AR--İR(0-11),1--1R(15), SC--SC+ 1 (no branch assumed) Ts S2 Meary i Address Read AR LD PC INR IR LD
0 0
Add a comment Improve this question Transcribed image text
Answer #1

BSA(Branch, Save,and Address) basically meant to branch a subprogram. In this we will save the return address, that is proceed and save at the operanad's effective address with a subprogram that is started just before one later in memory.
Exmaple:
D6T3: M[AR] ← PC, AR ← AR + 1


ISZ(Increment and skiip if zero) skips the next instruction only if the operand stored at the effective address that is 0.The PC value will be incremented, which cannot be done directly.
Example :
D8T5:DR ←M[AR]
D9T6:DR ←DR + 1
D8T7:M[AR] ←DR, if (DR = 0) then (PC ←PC + 1),SC ←0

Below is the control logic design that is included both BSA and ISZ :

LD CAR Lo CAR) LD (AR CLR CAR INR(AR RT : Att DsT fiom bup CLoCK CU

Add a comment
Know the answer?
Add Answer to:
Design the control logic about BSA (Branch and Save Return Address), ISZ (Increment and Skip if...
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
ADVERTISEMENT