5 lines
74 B
Text
5 lines
74 B
Text
|
|
LDA #$FF
|
||
|
|
CLC
|
||
|
|
ADC #$01
|
||
|
|
BCS ErrorHandler ;this branch will always be taken.
|