mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2024-12-27 23:31:04 +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
|
ADC :YI
|
||||||
STA A2L ; y = y + yi
|
STA A2L ; y = y + yi
|
||||||
BRA :S3
|
BRA :S3
|
||||||
:S2 CLC
|
:S2 ; CLC ; Already CC
|
||||||
ADC :DY
|
ADC :DY
|
||||||
STA :D ; D = D + 2 * dy
|
STA :D ; D = D + 2 * dy
|
||||||
:S3 INX
|
:S3 INX
|
||||||
@ -608,7 +608,7 @@ SHRLINEHI MX %00 ; Tell Merlin 16 bit M & X
|
|||||||
ADC :XI
|
ADC :XI
|
||||||
STA :X ; x = x + xi
|
STA :X ; x = x + xi
|
||||||
BRA :S3
|
BRA :S3
|
||||||
:S2 CLC
|
:S2 ; CLC ; Already CC
|
||||||
ADC :DX
|
ADC :DX
|
||||||
STA :D ; D = D + 2 * dx
|
STA :D ; D = D + 2 * dx
|
||||||
:S3 INX
|
:S3 INX
|
||||||
|
Loading…
Reference in New Issue
Block a user