HP 3000 Manuals

HP Pascal [ COMMUNICATOR 3000/XL - REL. 2.0 (A.30.00) ] MPE/iX Communicators


COMMUNICATOR 3000/XL - REL. 2.0 (A.30.00)

HP Pascal 

by Sue Kimura 
Data and Languages Division 

Several compiler options have been added to HP Pascal.  These options
are:

 *  CALL_PRIVILEGE
 *  EXEC_PRIVILEGE
 *  INCLUDE_SEARCH
 *  MAPINFO
 *  STDPASCAL_WARN
 *  VOLATILE

The CALL_PRIVILEGE and EXEC_PRIVILEGE compiler options allow routines to
call and execute privileged mode routines.

The INCLUDE_SEARCH option is used in conjunction with the INCLUDE
compiler option to set or modify the search path used by the compiler to
find included files.

The MAPINFO option signals the compiler to display allocation and
alignment information for array and record types.

The STDPASCAL_WARN option signals the compiler to issue warnings rather
than errors when compiling at standard level ANSI or ISO.

The VOLATILE option is applied to a variable to specify that the memory
location associated with the variable may be modified by other processes.

For a detailed description of these options, refer to the related article
in the "Technical Articles" section in this Communicator.



MPE/iX Communicators