Table of Contents
Previous topic Next topic
MICROPROCESSOR INSTRUCTION REFERENCE->SLT
SLT Set if Less
Compatibility: 68000, 68010, 68020 and CPU32 families.
If N.V'+N'.V = 1 then 1's -> Destination else 0's -> Destination
where | . = Boolean AND |
| + = Boolean OR |
| ' = Complement |
Assembler Syntax: SLT <ea>
<ea> - data alterable
Size: Byte
Condition codes: Not affected
| Allowable Addressing Modes |
|
| SLT | Dn |
| SLT | (An) |
| SLT | (An)+ |
| SLT | -(An) |
| SLT | (d16,An) |
| SLT | (d8,An,Xn) |
| SLT | (bd,An,Xn) 2 |
| SLT | ([bd,An,Xn],od) 1 |
| SLT | ([bd,An],Xn,od) 1 |
| SLT | (xxx).W |
| SLT | (xxx).L |
1 68020 only
2 68020 and CPU32 only