Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->SEQ

SEQ   Set if Equal

Compatibility: 68000, 68010, 68020 and CPU32 families.


If Z = 1 then:

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

Assembler Syntax:  SEQ <ea>

<ea> - data alterable

Size: Byte

Condition codes: Not affected

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