Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->SCC

SCC   Set if Carry Clear

Compatibility: 68000, 68010, 68020 and CPU32 families.


If C = 0 then:

1's -> Destination else 0's -> Destination

Assembler Syntax:  SCC <ea>

<ea> - data alterable

Size: Byte

Condition codes: Not affected

    
Allowable Addressing modes
    
<ea>
    
SCCDn
SCC(An)
SCC(An)+
SCC-(An)
SCC(d16,An)
SCC(d8,An,Xn)
SCC(bd,An,Xn) 2
SCC([bd,An,Xn],od) 1
SCC([bd,An],Xn,od) 1
SCC(xxx).W
SCC(xxx).L
1   68020 only
2   68020 and CPU32 only