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