6 BASIC INSTRUCTIONS
6.3 Data Conversion Instructions
271
6
Conversion from BCD 4-digit data to BIN data, conversion from
BCD 8-digit data to BIN data
BIN(P), DBIN(P)
■BIN
• Converts BCD data (0 to 9999) at device designated by (S) to BIN data, and stores at the device designated by (D).
■DBIN
• Converts BCD data (0 to 99999999) at device designated by (S) to BIN data, and stores at the device designated by (D).
(S): BCD data or head number of the devices where the BCD data is stored (BCD 4/8 digits)
(D): Head number of the devices where BIN data will be stored (BIN 16/32 bits)
Setting
data
Internal device R, ZR J\ U\G Zn Constant
K, H
Others
Bit Word Bit Word
(S)
(D)
Basic
Process
High
performance
Redundant
Universal
LCPU
P
Command
Command
BIN, DBIN
BINP, DBINP
S
D
S D
indicates an instruction symbol of BIN/DBIN.
BIN conversion
8000
1
4000
0
2000
0
1000
1
800
1
400
0
200
0
100
1
80
1
40
0
20
0
10
1
8
1
4
0
2
0
1
1
BCD 9999
Thousands digits Hundreds digits Tens digits Ones digits
32768
0
16384
0
8192
1
4096
0
2048
0
1024
1
512
1
256
1
128
0
64
0
32
0
16
0
8
1
4
1
2
1
1
1
BIN 9999
Always filled with 0s.
S
D
0
BCD 99999999
Ten
millions
digits
1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1
Millions
digits
Hundred
thousands
digits
Ten
thousands
digits
Thousands
digits
Hundreds
digits
Tens
digits
Ones
digits
BIN conversion
+1
0
BIN 99999999
Always filled with 0s.
0
0 0 0 1 0 1 1 1 1 1 0 1 0 1 1 1 1 0 0 0 0 0 1 1 1 1 1 1 1 1
+1
1
2
4
8
1
2
4
8
1
2
4
8
1
2
4
8
1
2
4
8
1
2
4
8
1
2
4
8
1
2
4
8
S
D
10
7
10
6
10
5
10
4
10
3
10
2
10
1
10
0
2
31
2
30
2
29
2
28
2
27
2
26
2
25
2
24
2
23
2
22
2
21
2
20
2
19
2
18
2
17
2
16
2
15
2
14
2
13
2
12
2
11
2
10
2
9
2
8
2
7
2
6
2
5
2
4
2
3
2
2
2
1
2
0
S S
D D