mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-26 12:49:21 +00:00
Added missing fragment for lin0287
This commit is contained in:
parent
8a560d8edd
commit
6018f85dae
@ -0,0 +1,13 @@
|
||||
sec
|
||||
lda {c1}
|
||||
sbc {c2}
|
||||
sta {z1}
|
||||
lda {c1}+1
|
||||
sbc {c2}+1
|
||||
sta {z1}+1
|
||||
lda {c1}+2
|
||||
sbc {c2}+2
|
||||
sta {z1}+2
|
||||
lda {c1}+3
|
||||
sbc {c2}+3
|
||||
sta {z1}+3
|
Loading…
Reference in New Issue
Block a user