If I have the address of particular function, is it possible load the function in assembly? I understand that usually the function is loaded as LCALL _function but I was wondering whether it is possible to load the function with its address? Appreciate anyone who can offer me advise on this. Thank you.
Hi, Sometimes it needs to keep DPTR unmodified, for example, if you pass a parameter to called function via DPTR. So the usage of "call-via-stack" method is still usable with C51. Regards, Oleg