User's Manual

DESCRIPTION OF INSTRUCTIONS
323
64. MOV bit address, C (Move carry flag to bit)
10010010
70
Instruction code
Bit address
Operation
Number of bytes
Number of cycles
Flags
(PSW)
Description
Example MOV P1.4, C
Instruction code
: Byte 1
b7 b6 b5 b4 b3 b2 b1 b0
70
Byte 2
(bit address)(C):
C AC F0 RS1 RS0 OV F1 P
:
:
:
The carry flag content is copied to the specified bit address.
:
10010010
70
Byte 1
Port 1
111
11111
70
2
2
10010100
70
Byte 2
Before execution
Port 1
111
01111
70
After execution
:
0
Carry flag
0
Carry flag
44