retagged by
439 views

1 Answer

2 votes
2 votes

STATIC SINGLE ASSIGNMENT    

EX-   t1 = t2 + 1 

3 ADDRESS CODE

EX- TO REP    b=a+c

t1 = a +c

b =t1

3 ADDRESS INSTRUCTION

OPCODE

ADDRESS 1

ADDRESS 2

ADDRESS 3

 

edited by

Related questions

0 votes
0 votes
1 answer
1
Deepak9000 asked Nov 5, 2023
242 views
I have a Self doubt question on Operand Forwarding . The data forwarded should be done in EX-EX stage or Mem-EX ? Which one to follow and when ?Using EX-EX we require les...
0 votes
0 votes
1 answer
2
0 votes
0 votes
0 answers
3
deba1014 asked Aug 11, 2023
363 views
Consider a system which supports 2-address and 1-address instructions both. System has 20-bits instructions and 7-bits addresses then which of the following is/are the nu...