2 lines
91 B
Text
2 lines
91 B
Text
LDA #$01
|
|
ROL ;if the carry was set prior to the ROL, A = 3. If the carry was clear, A = 2.
|