System Debug Reference Manual (32650-90888)
Chapter 10 431
System Debug Standard Functions
func pibx
func pibx
Returns the virtual address (SPTR) of a process's process information block extension
(PIBX).
Syntax
pibx (
pin
)
Formal Declaration
pibx:sptr (
pin
:u16)
Parameters
pin
The process identification number (PIN) for which the address of the PIBX
is to be returned.
Examples
$nmdebug > wl pibx(8)
$c4680000
Limitations, Restrictions
If the PIN does not exist, the function result is undefined and an error status is set.
func prog
Coerce an expression into a PROG logical code pointer (LCPTR).
Syntax
prog (
value
)
During the evaluation of the parameter to this function, the search path used for
procedure name lookups is restricted to the program file (PROG).
Formal Declaration
prog:prog (
value
:any)