HPlogo System Debug Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 8 System Debug Standard Functions

func off

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

Returns the offset portion of a virtual or extended address.

Syntax

   off (virtaddr)  

Formal Declaration

   off:u32 (virtaddr:ptr) 

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

Feedback to webmaster