mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-20 02:32:36 +00:00
Added missing signed 16bit copy fragment.
This commit is contained in:
parent
b6d917a264
commit
f9a7904acb
4
src/main/fragment/pwsz1=pwsz2.asm
Normal file
4
src/main/fragment/pwsz1=pwsz2.asm
Normal file
@ -0,0 +1,4 @@
|
||||
lda {z2}
|
||||
sta {z1}
|
||||
lda {z2}+1
|
||||
sta {z1}+1
|
Loading…
Reference in New Issue
Block a user