Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. (20 pts) Complete the Control Action Table for the instruction set (as shown in class) 000 LDA 001 STA 010-ADD 011- BRA 100 BEQ

image text in transcribed

1. (20 pts) Complete the Control Action Table for the instruction set (as shown in class) 000 LDA 001 STA 010-ADD 011- BRA 100 BEQ 101 = SUB 110 - unassigned 111 STP Remember that some instructions can have two versions, the literal mode (bit 4 in IR is 1) or the absolute mode (bit 4 in IR is 0), while others will have just one (e.g., STA, STP). Also assume that BRA and BEQ can only have literal modes, i.e., the branching address is present in the IR itself. 3 1. (20 pts) Complete the Control Action Table for the instruction set (as shown in class) 000 LDA 001 STA 010-ADD 011- BRA 100 BEQ 101 = SUB 110 - unassigned 111 STP Remember that some instructions can have two versions, the literal mode (bit 4 in IR is 1) or the absolute mode (bit 4 in IR is 0), while others will have just one (e.g., STA, STP). Also assume that BRA and BEQ can only have literal modes, i.e., the branching address is present in the IR itself. 3

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Jeff Hoffer, Ramesh Venkataraman, Heikki Topi

12th edition

133544613, 978-0133544619

More Books

Students also viewed these Databases questions

Question

cs 1 3 0 2 - hw 0 0 Implementing Tic - Tac - Toe

Answered: 1 week ago