Recent questions tagged addressing-modes

0 votes
1 answer
3
0 votes
2 answers
4
0 votes
1 answer
5
0 votes
1 answer
8
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 ? (...
0 votes
1 answer
10
How to implement indirect addressing mode using register indirect addressing mode???
2 votes
1 answer
11
Could you please explain How we can implement indirect addressing mode using Index addressing mode.. and vice versa..??
1 votes
2 answers
13
The addressing mode / s, which uses the PC instead of a general-purpose register is: Indexed with offset RelativeDirectBoth Indexed with offset and direct