1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-01-17 15:30:39 +00:00

added missing fragments. closes #750

This commit is contained in:
jespergravgaard 2022-01-08 13:44:39 +01:00
parent 46f6690b6d
commit 514171a803

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