User`s guide
12–10 PALcode Violation Checker
PVC Commands
add
add
The add command adds an entry point to the entry point list.
Format
add
_address
_name
Parameters
_address
Specifies the address.
_name
Specifies the entry point name.
Description
The add command allows you to add an entry point for the current PVC session. All
additions are reflected with the show entries command. However, the entry file is
not modified.
Example
% pvc
PALcode Violation Checker V3.26
Default Cpu set to DECchip 21164 family.
PVC> add
_address (in hex): 500
_name: pal$arith
PVC> show entries
# 1: 500 PAL$ARITH
PVC> exit