1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-02 00:41:42 +00:00

added fragment.

This commit is contained in:
jespergravgaard 2021-10-22 00:39:54 +02:00
parent 1afd62dc7c
commit c372a963c5

View File

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