15-64
Num-
ber
Name Boolean
Ope-
rand
Description
Steps
FP0/FP-e
FP0R
FP
FP-X
FP2
FP2SH/FP10SH
P329
type data to 16-bit
integer con-
version (rounding
the first decimal
point down to
PFIX
Converts real number data specified
by (S+1, S) to the 16-bit integer data
with sign (rounding the first decimal
point down), and the converted data
is stored
in “D”.
8
*1
P330
type data to 32-bit
integer con-
version (rounding
the first decimal
point down to
PDFIX
Converts real number data specified
by (S+1, S) to the 32-bit integer data
with sign (rounding the first decimal
point down), and the converted data
is stored
in (D+1, D).
8
*1
P331
type data to 16-bit
integer con-
version (rounding
the first decimal
point off to
PROFF
Converts real number data specified
by (S+1, S) to the 16-bit integer data
with sign (rounding the first decimal
point off), and the converted data is
stored in “D”.
8
*1
P332
type data to 32-bit
integer con-
version (rounding
the first decimal
point off to
PDROFF
Converts real number data specified
by (S+1, S) to the 32-bit integer data
with sign (rounding the first decimal
point off), and the converted data is
stored in (D+1, D).
8
*1
P333
type data round-
ding the first
decimal point
PFINT
The decimal part of the real number
data specified in (S+1, S) is rounded
down, and the result is stored in
(D+1, D).
8
*1
P334
type data round-
ding the first
PFRINT
The decimal part of the real number
data stored in (S+1, S) is rounded
off, and the result is stored in (D+1,
D).
8
*1
P335
type data sign
PF+/-
The real number data stored in (S+1,
S) is changed the sign, and the
result is stored in (D+1, D).
8
*1
P336
type data absolute
PFABS
Takes the absolute value of real
number data specified by (S+1, S),
and the result (absolute value) is
8
*1
P337
type data degree
radian
PRAD
The data in degrees of an angle
specified in (S+1, S) is converted to
radians (real number data), and the
result is stored in (D+1, D).
8
*1
P338
type data radian
degree
PDEG
The angle data in radians (real
number data) specified in (S+1, S) is
converted to angle data in degrees,
and the result is stored in (D+1, D).
8
*1
Floating-point type real number data processing instructions
P345
type data compare
PFCMP
S2
(S1+1, S1)>(S2+1, S2)→ R900A: on
(S1+1, S1)=(S2+1, S2)→ R900B on
(S1+1, S1)<(S2+1, S2)→ R900C: on
10
P346
type data band
compare
PFWIN
S2,
S3
(S1+1, S1)>(S3+1, S3)→ R900A: on
(S2+1, S2)<or =(S1+1, S1)<or
=(S3+1, S3) → R900B on
→
14
: Available, : Not available, : Not available partially
*1) This instruction is available for FP-e Ver.1.21 or later, and FP0 V2.1 or later.