Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->SBC

SBC     Subtract Memory with Borrow from Accumulator
SBCA
SBCB

A <- A - M - C  or  B <- B - M - C

Condition Code Register:

H  Undefined
N  Set if result Negative, else cleared
Z  Set if result Zero, else cleared
V  Set on overflow, else cleared
C  Set if borrow, else cleared

    
Addressing modeNo of cyclesNo of bytes
Immed.:22
Direct:42
Extended:53
Index/Indirect:4+2+