in CO and Architecture retagged by
1,172 views
0 votes
0 votes

Write the sequence of micro-operations required for the bus structure of following figure
to add a number to the AC when the number is
a. an immediate operand
b. a direct-address operand
c. an indirect-address operand

in CO and Architecture retagged by
1.2k views

1 Answer

0 votes
0 votes
a ) ADD 10

b) ADD X   ( AC <- AC+ M[X])

c)ADD  X   (AC<- AC + M[M[X]] )

Related questions

2 votes
2 votes
2 answers
2