1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-26 12:49:21 +00:00

Added fragment for @Sepa

This commit is contained in:
jespergravgaard 2021-10-19 23:28:47 +02:00
parent 700397f67d
commit 329d3f505e

View File

@ -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