![]() |
System Debug Reference Manual
> Chapter 10 System Debug Standard Functionsfunc rtov |
|||||||||||||||||||||||
|
Syntaxrtov (realaddr) Formal Declarationrtov:lptr (realaddr:u32) Parameters
Examples$nmdebug > wl pc PROG $741.5934Display the current logical code address (LCPTR) of the NM program counter. $nmdebug > wl vtor(pc) $1827934Translate the logical code address (LCPTR) into the corresponding real address. $nmdebug > wl rtov(1827934) $741.5934Convert the real address back into a virtual address (LPTR). Limitations, RestrictionsNone
|