mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-05 07:28:18 +00:00
Added missing signed 16bit copy fragment.
This commit is contained in:
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
|
Reference in New Issue
Block a user