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

retagged by

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
0 answers
1
srestha asked Oct 4, 2017
642 views
What are the micro operation forInstruction fetchOperand fetchConditional branch Initiation of interrupt servicePlz give the code and description for these operations
2 votes
2 votes
2 answers
2
1 votes
1 votes
2 answers
3
Tehreem asked Sep 10, 2015
1,036 views
If a micro program supports 46 micro operations with parallelism of 2, how many and what size of field exits in micro operation field?How do we get the size of micro-oper...
0 votes
0 votes
1 answer
4
Sara86568 asked Jun 21, 2022
968 views
The program runs in 100s. Multiplies 80 % of the program. Designer M can improve the speedup of multiply operations. Now, I am a user and I need to make MY program 5 time...