Texas-instruments MSP430x1xx Manual do Utilizador Página 369

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 440
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 368
Instruction Set Overview
B-19
Instruction Set Description
* CLRC Clear carry bit
Syntax CLRC
Operation 0 –> C
Emulation BIC #1,SR
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 ; C=0: defines start
DADD @R13,0(R12) ; add 16-bit counter to low word of 32-bit counter
DADC 2(R12) ; add carry to high word of 32-bit counter
Vista de página 368
1 2 ... 364 365 366 367 368 369 370 371 372 373 374 ... 439 440

Comentários a estes Manuais

Sem comentários