1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-22 16:33:48 +00:00

Added two fragments for @Sepa.

This commit is contained in:
jespergravgaard 2021-10-11 07:48:38 +02:00
parent 049bceeaf5
commit d6af9dd779
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,10 @@
lda {m2}
sta $fe
lda {m2}+1
sta $ff
ldy #0
lda ($fe),y
sta {m1}
iny
lda ($fe),y
sta {m1}+1

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