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