1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-22 16:33:48 +00:00

added missing fragment.

This commit is contained in:
jespergravgaard 2022-01-08 13:14:27 +01:00
parent bd3fad6bb1
commit 76d5ad3f44

View File

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