mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2024-12-27 08:29:49 +00:00
SHRLINELO/HI: Shaved another CLC.
This commit is contained in:
parent
29952901bc
commit
0eb511c1df
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user