1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-03 07:29:37 +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

View File

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

View File

@ -0,0 +1 @@
and {c1},x

View File

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