Monday, February 29, 2016

8051 Instructions that Affect Flag Settings

Instructions & Flag Settings

InstructionFlag
COVAC
ADDXXX
ADDCXXX
SUBBXXX
MUL0X
DIV0X
DAX
RRCX
RLCX
SETB C1
CLR C0
CPL CX
ANL C, bitX
ANL C, /bitX
ORL C, bitX
ORL C, /bitX
MOV C, bitX
CJNEX
  • Affected flags are marked as X
  • X denotes value of the flag
  • Note: X can be 0 or 1



Related topics:
8051 Instruction Set Overview   |   8051 Instruction Cycle   |   8051 Machine Cycle   |   8051 Instruction Set Summary   |   8051 Arithmetic Operation Instructions   |   8051 Logical Operation Instructions   |   8051 Data Transfer Instructions   |   8051 Boolean Variable Manipulation Instructions   |   8051 Program Branching Instructions   |   8051 Instruction Opcode   |   8051 Instructions and Examples

List of topics: 8051

No comments:

Post a Comment