What is register addressing mode in 8051 microcontroller?


Warning: Trying to access array offset on false in /home3/indiakep/public_html/wp-content/plugins/dw-question-answer/inc/Template.php on line 8
All QuestionsCategory: Embedded SystemWhat is register addressing mode in 8051 microcontroller?
Chetan Shidling Staff asked 6 years ago

I need short information.

1 Answers
Chetan Shidling Staff answered 6 years ago

Here the operand is contained in the specific register of microcontroller. The user must provide the name of the register from where the operand/Data need to be fetched. The permitted registers are A, R7 – R0 of each register bank.

Example:

MOV A, R0
The content of the R0 register is copied into the accumulator.