Texas Instruments MSP430x1xx User Manual page 67

Texas instruments modules and peripherals user's guide
Table of Contents

Advertisement

* CLRC
Clear carry bit
Syntax
CLRC
Operation
0 −> C
Emulation
BIC
Description
The carry bit (C) is cleared. The clear carry instruction is a word instruction.
Status Bits
N: Not affected
Z: Not affected
C: Cleared
V: Not affected
Mode Bits
OSCOFF, CPUOFF, and GIE are not affected.
Example
The 16-bit decimal counter pointed to by R13 is added to a 32-bit counter
pointed to by R12.
CLRC
DADD
DADC
#1,SR
; C=0: defines start
@R13,0(R12) ; add 16-bit counter to low word of 32-bit counter
2(R12)
; add carry to high word of 32-bit counter
Instruction Set
RISC 16−Bit CPU
3-31

Advertisement

Table of Contents
loading

Table of Contents