Inspect Manual
Error and Warning Messages
Inspect Manual—429164-006
A-40
354
354
This warning is reported for accelerated programs when TNS registers are displayed
and the current location is not a register-exact point. TNS register values are only
guaranteed to be accurate at register-exact points.
355
This error is reported for accelerated programs when a command is issued to modify a
TNS machine register and the current location is not a register-exact point.
The usefulness of modifying TNS registers when debugging accelerated programs is
significantly limited by the fact that they can only be modified at register-exact points.
356
This error is reported for accelerated programs when you attempt to modify the TNS P
register and specify an address value that is not the address of a register-exact point.
You can use the high-level ICODE and the low-level I command to determine if there
are any register-exact points near the address; instructions at register-exact points are
marked with a “@.”
357
This error is reported for accelerated programs if the target location specified with a
RESUME AT command is not a register-exact point.
358
This warning is reported for accelerated programs when you issue a command that
modifies memory and the current program location is not a register-exact point. Under
these circumstances, data that is about to be used may have already been loaded from
memory into registers, in which case modifying the value in memory would have no
effect on program behavior.
The values in registers R0-R7 and E are out of date
Current location is not a register-exact point; registers
cannot be modified
Value must be the address of a register-exact point
Target location must be a register-exact point
Modify may have no effect; data that is about to be used may
be stored in registers