User`s guide
PALcode Violation Checker 12–15
PVC Commands
do
do
The do command executes a single entry point.
Format
do entry_point
Parameters
entry_point
Specifies the entry_id or the entry point name as displayed when you enter the show
entries command.
Description
The do command executes a single entry point.
Example
% pvc
PALcode Violation Checker V3.26
Default Cpu set to DECchip 21164 family.
PVC> set code osfpal_pc164.nh
PVC> do 600
Initializing Alpha dependent tables..
Initializing 21164 dependent tables..
Disassembling executable...
Searching through .map file for violation exceptions..
.
Beginning PALcode check...
Checking the UNNAMED routine, entry point 600:
(PVC #1003) Permutation 0 completed **ABNORMALLY**
due to a HALT instruction
Address of HALT: 600
End of PALcode check...
PVC> exit