Maxim-integrated MAXQ7666 Manual do Utilizador Página 367

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 386
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 366
MAXQ7665/MAXQ7666 Users Guide
14-30
SUB/SUBB
src
Subtract /Subtract with Borrow
Description: Subtracts the specified src from the active accumulator (Acc) and returns the result back to the active accumula-
tor. The SUBB additionally subtracts the borrow (Carry Flag), which may have resulted from previous subtraction.
For the complete list of src specifiers, reference the MOVE instruction. The MAXQ7665/MAXQ7666 may use the
PFX[n] register to supply the high byte of data for 8-bit sources.
Status Flags: C, S, Z, OV
SUB Operation: Acc Acc - src
Encoding: 15 0
Example(s): ; Acc = 2345h to start, A[1]= 1250h
SUB A[1] ; Acc = 10F5h, C=0, S=0, Z=0, OV=0
SUB A[1] ; Acc = FEA5h, C=1, S=1, Z=0, OV=0
SUB A[2] ; A[2] =7FFFh
; Acc = 7EA6h; C=0, S=0, Z=0, OV=1
SUBB Operation: Acc Acc - (src + C)
Encoding: 15 0
Example(s): ; Acc = 2345h, A[1]= 1250h, C=1
SUBB A[1] ; Acc = 10F4h, C=0, S=0, Z=0
SUBB A[1] ; Acc = FEA4h, C=1, S=1, Z=0
Special Notes: The active accumulator (Acc) is not allowed as the src for these operations.
f101 1010 ssss ssss
f111 1010 ssss ssss
Maxim Integrated
Vista de página 366
1 2 ... 362 363 364 365 366 367 368 369 370 371 372 ... 385 386

Comentários a estes Manuais

Sem comentários