3. Instruction Set
3-409
API Mnemonic Operands Function
181
MOR P Matrix OR
Controllers
ES2/EX2 SS2 SA2
SE SX2
Bit Devices Word devices Program Steps Type
OP X Y M S K H KnXKnY KnMKnS T C D E F
S1 * * * * * * *
S2 * * * * * * *
D ** * * * *
n * * *
MOR, MORP: 9 steps
PULSE 16-bit 32-bit
ES2/EX2 SS2 SA2
SE SX2 ES2/EX2 SS2 SA2
SE SX2 ES2/EX2 SS2 SA2
SE SX2
Operands:
S1: Matrix source device 1 S2: Matrix source device 2. D: Operation result
n: Matrix length (n = K1~K256)
Explanations:
1. MOR instruction performs matrix OR operation between matrix source device 1 and 2 with
matrix length n and stores the operation result in D.
2. Rule of matrix OR operation: the result is 1 if either of the two bits is 1. The result is 0 only
when both two bits are 0.
3. If operands S1, S2, D use KnX, KnY, KnM, KnS format, only n = 4 is applicable.
Program Example:
When X0 = ON, MOR performs matrix OR operation between 16-bit registers D0~D2 and 16-bit
registers D10~D12. The operation result is then stored in 16-bit registers D20~D22.
X0 MOR D0 D10 D20 K3
1
11 00011
0000
11 00011
0000
11 00011
0000
010101010101010
1010101010101010
1010101010101010
1
1
1
1
1
1
0
0
0
1
1
1
1
1
1
11 00
11
00
11 001
1
00
11 00
1
1
00
1
1
1
1
1
1
1
1
1
1
1
1
1111
1
1
1
1
1
1
1
1
b15 b0
MOR
Before
Execution
After
Execution
D0
D1
D2
D10
D11
D12
D20
D21
D22