This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

_lrol_

The description of the _lrol_ function in the C51 User's Guide 03.2000 says,
"This routine is implemented as an intrinsic function. The code required is included in-line rather than being called."

And yet, in my assembler, I see:

034B E0                MOVX    A,@DPTR
034C F8                MOV     R0,A
034D 120000      E     LCALL   ?C?LROL
So is the manual lying?

0