SLL/SLA____
Das dst-Byte (in Register oder Speicher) wird um eine Stelle nach links verschoben. Das Bit0 wird mit 0 geladen, das Bit7 wird in das Carry Bit geschoben.
SLL dst , SLA dst
Operand 1: siehe unten
Operand 2: -
Flag: -
Offset: -
Index: -
Ergebniss: dst
Ergebniss Flags:
|
Bit |
Funktion |
|
|
|
|
V |
|
|
I1 |
|
|
H |
|
|
I0 |
|
|
N |
Bei Bit7 = 1 (negativ) |
|
Z |
Bei Resultat = 0 -> 1 |
|
C |
Bit7 von dst -> C |
Operand 1:
· Register A, (X), (Y)
· Speicherzelle
Adr. $Byte oder $Wort
· Inhalt von ($10,X)
Offset ($Byte,$Wort)
+ Index (X,Y)
· Inhalt von ($10,SP)
Offset ($Byte) + SP
· Inhalt von [ptr.w]
[Byte oder Wort]
· Inhalt von
([ptr.w],X)