6 BASIC INSTRUCTIONS
6.2 Arithmetic Operation Instructions
275
6
• These instructions multiply the BCD 4-digit data in the device specified by (s1) by the BCD 4-digit data in the device
specified by (s2), and store the operation result in the device specified by (d). ((d)+1: Upper 4 digits, (d): Lower 4 digits)
Error code
(SD0)
Description
3405H The BCD data in the device specified by (s1) is out of the range, 0 to 9999.
The BCD data in the device specified by (s2) is out of the range, 0 to 9999.
(s1) (s2)
5 6 78 08 76 0
×
(d)+1
4 97
(d)
3 9 28
Filled with 0.