
PMC Program Conversion Tool
Operator’s Manual
001 04.08.09 M.Ichijo New A-79700E
EDIT
DATE
DESIG.
DESCRIPTION
73/97
TITLE
DRAW.NO.
SHEET
CUST.
TITLE
5.4.37 DIVB
PMC-SB7
DIVB
- Whether the divisor is constant or a content of address is specified by format parameter of
the instruction.
- Data size is specified by format parameter of the instruction.
PMC-SD7
DIV_SINT
DIV_INT
DIV_DINT
DIVB is converted to DIV_(type).
- Converted instruction is changed according to format specification as follows.
in case of format specification is 1
in case of format specification is 2
in case of format specification is 4
User’s operations to
finish conversion
- Please turn over the ENO coil because the meaning of ENO of DIV_(type) is opposite to W1
of DIVB.
(ENO of DIV_(type) is turned on when process is normally end but W1 of DIVB is turned
on when error occurs.
Operation output register and remainder output are not supported.
- If zero flag and negative flag are needed, please made them by using EQ_(type), LT_(type)
and so on.
- If remainder is needed, please get by calculation, dividend - .divisor * quotient.