Digital Electronics - The 8051 Microcontroller - Discussion

Discussion Forum : The 8051 Microcontroller - General Questions (Q.No. 44)
44.
The statement LCALL READ passes control to the line labelled READ.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
5 comments Page 1 of 1.

Banu said:   7 years ago
ACALL - 2 byte.
LCALL - 3 byte.

AARTHI said:   8 years ago
ACALL is Absolute call and LCALL is a long call.

These commands will be chosen based on the target address.

Priyanka said:   9 years ago
Can you please give me the difference between ACALL and LCALL?

Vignesh Bosch said:   10 years ago
Can you please brief about this ACALL and LCALL?

Abhay_vector said:   1 decade ago
CALL statement is of two type
1.) ACALL label
2.) LCALL label

Post your comments here:

Your comments will be displayed after verification.