Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
System Debug Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 10 System Debug Standard Functions

func rtov

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Index

Real to virtual. Converts a real address to a virtual address.

Syntax

    rtov (realaddr)

Formal Declaration

   rtov:lptr (realaddr:u32) 

Parameters

realaddr

The real address to be converted to a virtual address.

Examples

   $nmdebug > wl pc
PROG $741.5934

Display the current logical code address (LCPTR) of the NM program counter.

   $nmdebug > wl vtor(pc)
$1827934

Translate the logical code address (LCPTR) into the corresponding real address.

   $nmdebug > wl rtov(1827934)
$741.5934

Convert the real address back into a virtual address (LPTR).

Limitations, Restrictions

none

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© Hewlett-Packard Development Company, L.P.