Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->SGT

SGT   Set if Greater

Compatibility: 68000, 68010, 68020 and CPU32 families.


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

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

Assembler Syntax:  SGT <ea>

<ea> - data alterable

Size: Byte

Condition codes: Not affected

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