0
8.3kviews
Explain the addressing modes of 8051.
1 Answer
0
365views

1. Immediate Addressing Mode

This addressing mode is named as “immediate” because it transfers an 8-bit data immediately to the accumulator (destination operand). For Example : MOV A, #6AH

enter image description here

The picture above describes the above instruction and its execution. The opcode for MOV A, # data is 74H. When the …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.