MPE/iX Quick Reference Guide (32650-90881)

Chapter 6 163
System Debug
Debugging your system
lpub (
value
)
Formal Declaration
lpub:lpub (
value
:any)
func ltolog
Long to logical. Converts a long pointer into a NM logical code address (LCPTR).
ltolog (
longptr
)
Formal Declaration
ltolog:lcptr (
longptr
:lptr)
func ltos
Long to short. Converts a virtual address to a short pointer.
ltos (
virtaddr
)
Formal Declaration
ltos:sptr (
virtaddr
:ptr)
func macbody
Returns a string that is the macro body for the specified macro name.
macbody (
macroname
)
Formal Declaration
macbody:str (
macroname
:str)
func mapindex
Returns the map index number of the specified file name which has been previously
mapped into virtual space with the MAP command.
mapindex (
filename
)
Formal Declaration
pindex:u16 (
filename
:str)
func mapsize
Returns the size in bytes of the specified mapped file.
mapsize (
filename
)
Formal Declaration
mapsize:u32 (
filename
:str)