mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-12 08:25:13 +00:00
Added another fragment
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
lda {z1}+1
|
||||
cmp {c1}+1,y
|
||||
bcc {la1}
|
||||
bne !+
|
||||
dey
|
||||
lda {z1}
|
||||
cmp {c1},y
|
||||
bcc {la1}
|
||||
!:
|
Reference in New Issue
Block a user