retagged by
1,909 views

4 Answers

Best answer
9 votes
9 votes

Answer : In instruction after operation code .

Reference : http://www.cs.iit.edu/~cs561/cs350/addressing/addsclm.html

selected by
1 votes
1 votes
In immediate addressing mode,operand is provided along with the instruction.It basically deal witht  the constant.

ADD 5

Related questions

0 votes
0 votes
1 answer
1
lea asked Jun 12, 2023
290 views
0 votes
0 votes
1 answer
3
Aaryan_Sharma asked Dec 30, 2022
370 views
When we write MOV #1000 , it means we are writing the value 1000 into the accumulator. But when we write MOV 1000 here 1000 refers to address of what ? register or MM ? (...
2 votes
2 votes
1 answer
4
Subbu. asked Jul 14, 2022
495 views
Could you please explain How we can implement indirect addressing mode using Index addressing mode.. and vice versa..??