 |
» |
|
|
|
Returns the offset portion of a virtual or extended address. Syntax |  |
Formal Declaration |  |
Parameters |  |
- virtaddr
The virtual address whose offset portion is to be returned.
Virtaddr can be a short pointer, a long pointer, or an extended address.
Examples |  |
$nmdebug > wl pc
PROG $2e.213403
$nmdebug > wl off(pc)
$213403
$nmdebug > wl off(a.1234)
$1234
|
Limitations, Restrictions |  |
none
|