User`s guide

12–34 PALcode Violation Checker
PVC Commands
set pal_base
set pal_base
The set pal_base command determines the base from which the PAL entry points
are offset.
Format
set pal_base address
Parameters
address
Specifies the new PAL base address; the default is 0.
Description
The set pal_base command determines the base from which the PAL entry points
are offset. For example, if you specify that the pal_base is 10000 and your entry file
specifies that pal$arith is 42, then PVC looks 10042 bytes into the file for the code
associated with pal$arith. Thus, you could use the offset to the text (the code) given
by ALIST as the pal_base, rather than strip the object produced by GAS.
Example
% pvc
PALcode Violation Checker V3.26
Default Cpu set to DECchip 21164 family.
PVC> set pal_base 10000
PAL base noted. All entry points will be displaced from that offset.
PVC> show all
There is no log file specified.
The CPU is set to 21164.
The warnings flag is set.
The PAL base is 10000.
The PAL end is FFFFFFF.
PVC> exit