English
Language : 

UPSD33XX Datasheet, PDF (35/231 Pages) STMicroelectronics – Fast 8032 MCU with Programmable Logic
Table 9. Boolean Variable Manipulation Instruction Set
Mnemonic(1)
and Use
Description
CLR
C
Clear carry
CLR
bit
Clear direct bit
SETB
C
Set carry
SETB
bit
Set direct bit
CPL
C
Compliment carry
CPL
bit
Compliment direct bit
ANL
C, bit
AND direct bit to carry
ANL
C, /bit
AND compliment of direct bit to carry
ORL
C, bit
OR direct bit to carry
ORL
C, /bit
OR compliment of direct bit to carry
MOV
C, bit
Move direct bit to carry
MOV
bit, C
Move carry to direct bit
JC
rel
Jump if carry is set
JNC
rel
Jump if carry is not set
JB
rel
Jump if direct bit is set
JNB
rel
Jump if direct bit is not set
JBC
bit, rel
Jump if direct bit is set and clear bit
Note: 1. All mnemonics copyrighted ©Intel Corporation 1980.
uPSD33xx
Length/Cycles
1 byte/1 cycle
2 byte/1 cycle
1 byte/1 cycle
2 byte/1 cycle
1 byte/1 cycle
2 byte/1 cycle
2 byte/2 cycle
2 byte/2 cycle
2 byte/2 cycle
2 byte/2 cycle
2 byte/1 cycle
2 byte/2 cycle
2 byte/2 cycle
2 byte/2 cycle
3 byte/2 cycle
3 byte/2 cycle
3 byte/2 cycle
35/231