System Debug Reference Manual (32650-90888)

Chapter 11 511
System Debug Standard Functions
func user
Examples
$nmdat > wl u32( 1 )
$1
$nmdat > wl u32( ffff )
$ffff
$nmdat > wl u32( ffff ):"#"
#65535
$nmdat > wl u32( 1234abcd )
$1234abcd
$nmdat > wl u32( -1 )
$ffff
$nmdat > wl u32( ffffffff ):"#"
#4294967295
$nmdat > wl u32( 1234.5678 )
$5678
$nmdat > wl u32( true )
$1
$nmdat > wl u32( "ABCDEFG" )
$44454647
$nmdat > wl u32( prog(1.2) )
$2
Limitations, Restrictions
none
func user
Coerces an expression into a USER library logical code pointer (LCPTR).
Syntax
user ([
library
]
value
)