mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-09 20:25:17 +00:00
Added missing fragment
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
ldy #0
|
||||
lda {c1},x
|
||||
sta ({z1}),y
|
||||
iny
|
||||
lda {c1}+1,x
|
||||
sta ({z1}),y
|
Reference in New Issue
Block a user