1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-03-24 00:30:25 +00:00

added fragments.

This commit is contained in:
jespergravgaard 2021-10-26 09:20:09 +02:00
parent 0872f333ff
commit 73006553bd
3 changed files with 15 additions and 0 deletions

@ -0,0 +1,9 @@
lda {m1}
sta $fe
lda {m1}+1
sta $ff
lda ($fe),y
sta {m1}
iny
lda ($fe),y
sta {m1}+1

@ -0,0 +1,5 @@
sec
sbc {m2}
sta {m1}
lda #0
sta {m1}+1