pTAL Reference Manual (H06.08+)
Syntax Summary
HP pTAL Reference Manual—523746-006
A-92
CHECKSHIFTCOUNT
CHECKSHIFTCOUNT
More information: CHECKSHIFTCOUNT on page 17-23
CODECOV
More information:
•
Using the Code Coverage Tool on page 16-17
•
Code Coverage Tool Reference Manual
Default: NOCHECKSHIFTCOUNT
Placement: Anywhere
Scope:
•
CHECKSHIFTCOUNT applies to the shift operators that follow it
until it is overridden by NOCHECKSHIFTCOUNT
•
NOCHECKSHIFTCOUNT applies to the shift operators that follow it
until it is overridden by CHECKSHIFTCOUNT
Dependencies: None
Caution. If NOCHECKSHIFT is active and a bit-shift operation occurs in which the number of
positions in a bit-shift operation is too large, subsequent program behavior is undefined.
Note. This directive is valid only in the eptal command line.
Default:
No code coverage instrumentation in object code
Placement:
Anywhere [Reviewers: is this correct??]
Scope:
Applies to the compilation unit [Reviewers: is this correct??]
Dependencies:
None
CHECKSHIFTCOUNT
NOCHECKSHIFTCOUNT
PUSHCHECKSHIFTCOUNT
POPCHECKSHIFTCOUNT
VST659.vsd
CODECOV
VST834.vsd










