MOV(030) - Move
Purpose:
Copies the contents of S to D.
Operand Data Areas:
S: Source word CIO, G, A, T, C, #, DR, IR
D: Destination word CIO, G, A, T, C, DR, IR
Examples of the use of MOV instruction :
1. If 0000.00=ON Then Value in D00000=2
2. If 0000.00=OFF Then Value in D00000=2
3. If 0000.01=ON Then Value in D00000=0
4. If 0000.01=OFF Then Value in D00000=0