Explain the functions of the following instructions of 8051: (i) MOV SP, #74 (ii) JC 02 (iii) INC @R3
Answers
Answered by
0
Answer:
ftyiui07w3r8deep3edew
Answered by
0
The explanation for the following instructions of 8051 are as follows:
(1) MOV SP, #74
Explanation :
In the above instruction the 74 data is move into the stack pointer (SP).
(2) JC 02
Explanation :
In the above instruction the data is jumped by two with carry.
(3) INC @R3
Explanation :
In the above instruction the data of R3 is increment.
Similar questions