mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-25 20:32:25 +00:00
Added fragment for @Sepa
This commit is contained in:
parent
700397f67d
commit
329d3f505e
@ -0,0 +1,9 @@
|
||||
lda {m2}
|
||||
sta $fe
|
||||
lda {m2}+1
|
||||
sta $ff
|
||||
lda ($fe),y
|
||||
sta {m1}
|
||||
iny
|
||||
lda ($fe),y
|
||||
sta {m1}+1
|
Loading…
Reference in New Issue
Block a user