Explain the lcall and acall instruction in 8051 microcontroller
Answers
Answered by
1
The advantage of ACALL over LCALLis that it is a 2-byte instruction whileLCALL is a 3-byte instruction. With many 8051 assemblers, you can use JMP for an unconditional jump andCALL to call a subroutine. JMP andCALL are not 8051 instructions.
Similar questions