MPE/iX Quick Reference Guide (32650-90881)

168 Chapter6
System Debug
Debugging your system
func pub
Coerces an expression into a PUB logical code pointer (LCPTR).
pub (
value
)
Formal Declaration
pub:pub (
value
:any)
func rtov
Real to virtual. Converts a real address to a virtual address.
rtov (
realaddr
)
Formal Declaration
rtov:lptr (
realaddr
:u32)
func s16
Coerces an expression into a signed 16-bit value.
s16 (
value
)
Formal Declaration
s16:s16 (
value
:any)
func s32
Coerces an expression into a signed 32-bit value.
s32 (
value
)
Formal Declaration
s32:s32 (
value
:any)
func s64
Coerces an expression into a signed 64-bit value.
s64 (
value
)
Formal Declaration
s64:s64 (
value
:any)
func sid
Returns the space ID (SID) portion from a virtual address.
sid (
virtaddr
)
Formal Declaration
sid:u32 (
virtaddr
:ptr)