Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->SLE

SLE   Set if Less of Equal

Compatibility: 68000, 68010, 68020 and CPU32 families.


If Z+N.V'+N'.V = 1 then 1's -> Destination else 0's -> Destination

where . = Boolean AND
+ = Boolean OR
' = Complement

Assembler Syntax:  SLE <ea>

<ea> - data alterable

Size: Byte

Condition codes: Not affected

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