commentary

This commit is contained in:
mgcaret 2017-08-30 20:49:07 -07:00
parent e0d2159aad
commit 094e9d98fa
1 changed files with 6 additions and 4 deletions

View File

@ -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