in CO and Architecture
543 views
1 vote
1 vote


 

AFAIK "In direct we do specify the address of the operand right? Its just that we specify it in the instruction directly, ie hardcode the address in the instruction. In implied there is no address given since address is deduced from the operation itself."

Is this right?

in CO and Architecture
by
543 views

1 Answer

0 votes
0 votes
In Direct mode, the address of the operand is explicitly specified in the instruction and in implied mode or inherent mode the address of the operand is implicit.example of implied mode are stack operations. Always top 2 elements are taken into consideration for binary operations.