Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->SNE

SNE   Set if Not Equal

Compatibility: 68000, 68010, 68020 and CPU32 families.


If Z = 0 then 1's -> Destination else 0's -> Destination

Assembler Syntax:  SNE <ea>

<ea> - data alterable

Size: Byte

Condition codes: Not affected

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