2 lines
80 B
Text
2 lines
80 B
Text
LDA #$01
|
|
ROR ;if the carry was set prior to the ROR, A = 0x80. If clear, A = 0.
|
LDA #$01
|
|
ROR ;if the carry was set prior to the ROR, A = 0x80. If clear, A = 0.
|