mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-20 02:32:36 +00:00
Added missing fragment.
This commit is contained in:
parent
b4b4658696
commit
d2df1dfb68
6
src/main/fragment/vwuz1=vwuz2_bor_vwuc1.asm
Normal file
6
src/main/fragment/vwuz1=vwuz2_bor_vwuc1.asm
Normal file
@ -0,0 +1,6 @@
|
||||
lda {z2}
|
||||
ora #<{c1}
|
||||
sta {z1}
|
||||
lda {z2}+1
|
||||
ora #>{c1}
|
||||
sta {z1}+1
|
Loading…
Reference in New Issue
Block a user