|
Returns address of caller function.
Unit
Syntax
Return valueA pointer to CPU opcode following instruction which called the current function.
RemarksUse this function to obtain a pointer to the caller of the current location, which you can use to either build a call stack or obtain a human-readable description.
Examples
See also
| ||||||||