Examples |
 |
$nmdebug > wl user(,1c.304c)
USER $1c.304c
|
Coerce the simple long pointer into a USER logical code pointer.
$nmdebug > wl user(,sys(24.630))
USER $24.630
|
The coercion simply changes the associated logical file. Note that no
complicated conversion or range checking is performed.
$nmdebug > wl user("mylib.test" myproc )
USER $3f.4c04
|
We asked for the address of the procedure myproc. By providing a library
name, we restricted the search for the procedure to the executable library
named mylib.test.