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