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

func dstva

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

Converts a CM data segment address to a virtual address.

Syntax

   dsvta (dstoff)

Formal Declaration

   dstva:lptr (dstoff:lptr) 

Parameters

dstoff

The CM data segment address which is to be converted to a virtual address. This is specified as dst.offset.

Examples

   $nmdebug > = dstva(%20.0)

   $38.00000000

Convert the data segment address %20.0 to a virtual address and display the result.

Limitations, Restrictions

none

Feedback to webmaster