1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-09 18:29:36 +00:00

added a few fragments.

This commit is contained in:
jespergravgaard 2021-11-18 21:55:10 +01:00
parent c06384607b
commit a55a46f08d
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,7 @@
lda {m1}
sta $fe
lda {m1}+1
sta $ff
clc
lda ($fe),y
adc #{c1}

View File

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