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
|
||||
ply
|
||||
plp
|
||||
; clc
|
||||
; cmp #$00
|
||||
; original code:
|
||||
; clc ; ...
|
||||
; cmp #$00 ; sets carry, derp
|
||||
; beq doexit
|
||||
; sec
|
||||
cmp #$01
|
||||
; sec ; carry was set anyway...
|
||||
|
||||
cmp #$01 ; better, carry reflect error status
|
||||
doexit:
|
||||
.if ::TESTBLD
|
||||
rts
|
||||
|
Loading…
Reference in New Issue
Block a user