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:
parent
6eef019511
commit
1662d491a3
@ -0,0 +1,13 @@
|
||||
lda {m2}
|
||||
sta $ff
|
||||
clc
|
||||
adc ({z1}),y
|
||||
sta ({z1}),y
|
||||
iny
|
||||
lda $ff
|
||||
ora #$7f
|
||||
bmi !+
|
||||
lda #0
|
||||
!:
|
||||
adc ({z1}),y
|
||||
sta ({z1}),y
|
Loading…
Reference in New Issue
Block a user