mirror of
https://github.com/mgcaret/rom4x.git
synced 2024-12-21 11:29:55 +00:00
commentary
This commit is contained in:
parent
e0d2159aad
commit
094e9d98fa
@ -173,11 +173,13 @@ acceldn:
|
|||||||
plx
|
plx
|
||||||
ply
|
ply
|
||||||
plp
|
plp
|
||||||
; clc
|
; original code:
|
||||||
; cmp #$00
|
; clc ; ...
|
||||||
|
; cmp #$00 ; sets carry, derp
|
||||||
; beq doexit
|
; beq doexit
|
||||||
; sec
|
; sec ; carry was set anyway...
|
||||||
cmp #$01
|
|
||||||
|
cmp #$01 ; better, carry reflect error status
|
||||||
doexit:
|
doexit:
|
||||||
.if ::TESTBLD
|
.if ::TESTBLD
|
||||||
rts
|
rts
|
||||||
|
Loading…
Reference in New Issue
Block a user