
2.3 Operating Instruction
2-78
(1) SUB B000 10
Subtracts 10 from B000, and stores the result in B000.
(2) SUB I000 I001
Subtracts I001 from I000, and stores the result in I000.
(3) SUB P000 P001
Subtracts P001 from P000, and stores the result in P000.
Example