SHRLINELO/HI: Shaved another CLC.

This commit is contained in:
Bobbi Webber-Manners 2023-01-04 17:57:44 -05:00
parent 29952901bc
commit 0eb511c1df
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -532,7 +532,7 @@ SHRLINELO MX %00 ; Tell merlin 16 bit M & X
ADC :YI
STA A2L ; y = y + yi
BRA :S3
:S2 CLC
:S2 ; CLC ; Already CC
ADC :DY
STA :D ; D = D + 2 * dy
:S3 INX
@ -608,7 +608,7 @@ SHRLINEHI MX %00 ; Tell Merlin 16 bit M & X
ADC :XI
STA :X ; x = x + xi
BRA :S3
:S2 CLC
:S2 ; CLC ; Already CC
ADC :DX
STA :D ; D = D + 2 * dx
:S3 INX