Get_pc_addr
Get Program Counter address
Declaration
Source position: systemh.inc line 1495
function Get_pc_addr : CodePointer;
Description
Get_pc_addr returns the program counter address (current execution address).
See also
Name | Description |
---|---|
CaptureBacktrace | Return stack trace |
get_caller_addr | Return the address of the caller. |
get_caller_frame | Return the frame pointer of the caller |
get_caller_stackinfo | Return caller stack infomation |