74
CS/CJ/NSJ Series Instructions Reference Manual (W474)
2. Summary of Instructions
2-2-12 Special Math Instructions
Instruction
Mnemonic
Code
Symbol/Operand Function Location
Execution
condition
Page
BINARY ROOT
ROTB
@ROTB
620
Output
Required
448
BCD SQUARE
ROOT
ROOT
@ROOT
072
Output
Required
450
ARITHMETIC
PROCESS
APR
@APR
069
Calculates the sine, cosine, or a linear extrapolation of the source data.
The linear extrapolation function allows any relationship between X and
Y to be approximated with line segments.
Output
Required
453
FLOATING
POINT DIVIDE
FDIV
@FDIV
079
Output
Required
462
BIT COUNTER
BCNT
@BCNT
067
Output
Required
465
S
R
ROTB(620)
S: 1st source
word
R: Result word
RS+1 S
Computes the square root of the 32-bit binary content of the specified
words and outputs the integer portion of the result to the specified
result word.
Binary data (32 bits) Binary data (16 bits)
S
R
ROOT(072)
S: 1st source
word
R: Result word
RS+1 S
BCD data (8 digits) BCD data (4 digits)
Computes the square root of an 8-digit BCD number and outputs the
integer portion of the result to the specified result word.
APR(069)
C
S
R
C: Control word
S: Source data
R: Result word
FDIV(079)
Dd
Dr
R
Dd: 1st dividend
word
Dr: 1st divisor
word
R: 1st result word
R+1 R
Quotient
Dd+1 Dd
Dr+1 Dr
Divides one 7-digit floating-point number by another. The floating-
point numbers are expressed in scientific notation (7-digit mantissa
and 1-digit exponent).
BCNT(067)
N
S
R
N: Number of
words
S: 1st source
word
R: Result word
S+(N −1)
R
to
Counts the total number of ON bits in the specified word(s).
N words
Counts the number
of ON bits.
Binary result