mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-09 04:25:12 +00:00
Added a missing fragment.
This commit is contained in:
7
src/main/fragment/vwuz1=_deref_pwuc1_minus_vwuz2.asm
Normal file
7
src/main/fragment/vwuz1=_deref_pwuc1_minus_vwuz2.asm
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
sec
|
||||||
|
lda {c1}
|
||||||
|
sbc {z2}
|
||||||
|
sta {z1}
|
||||||
|
lda {c1}+1
|
||||||
|
sbc {z2}+1
|
||||||
|
sta {z1}+1
|
Reference in New Issue
Block a user