mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-27 19:50:10 +00:00
Added a missing fragment.
This commit is contained in:
parent
b97d8300b3
commit
8e02a13dd3
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
|
Loading…
Reference in New Issue
Block a user