%FPRn or %FPRHn (%FPRHn assembler and disassembly only)
(%FPR0, %FPR1, %FPR2, %FPR3, %FPR4, %FPR5, %FPR6, %FPR7, %FPR8, %FPR9, %FPR10, %FPR11, %FPR12, %FPR13, %FPR14, and %FPR15. %FPRH0, %FPRH1, %FPRH2, %FPRH3, %FPRH4, %FPRH5, %FPRH6, %FPRH7, %FPRH8, %FPRH9, %FPRH10, %FPRH11, %FPRH12, %FPRH13, %FPRH14, and %FPRH15.)
Represent single-precision floating-point registers in hexadecimal format.
To modify one of these registers, assign a value to the associated %FPRn or %FPRHn variable.
%FPRn and %FPRHn cannot be used as the target of an assignment while debugging Enterprise PL/I programs.
Usage note
For assembler and disassembly, the LIST %FPRn
command
displays values in hexadecimal, but for the LIST %FPRHn
command,
values are listed as hexadecimal floating point.
Refer to the following topics for more information related to the material discussed in this topic.