3 lines
91 B
Text
3 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.
|