RLC_______
Das „dst“-Byte (Register oder Speicher) wird um eine Stelle nach links, durch das Carry Bit verschoben. Das Carry Bit im CC wird in das Bit0 übernommen.
RLC 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)