1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-08-01 02:29:30 +00:00

Added missing signed 16bit copy fragment.

This commit is contained in:
jespergravgaard 2019-08-27 18:39:24 +02:00
parent b6d917a264
commit f9a7904acb

View File

@ -0,0 +1,4 @@
lda {z2}
sta {z1}
lda {z2}+1
sta {z1}+1