mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-12-27 09:31:18 +00:00
Merged with master - ArraySpec moved to SystemTypePointer.
This commit is contained in:
parent
e78cd72417
commit
5b82ae95ea
@ -19739,3 +19739,13 @@ bmi !+
|
||||
lda #0
|
||||
!:
|
||||
sta {z1}+1
|
||||
//FRAGMENT vwuz1=_word1_vduz2
|
||||
lda {z2}+2
|
||||
sta {z1}
|
||||
lda {z2}+3
|
||||
sta {z1}+1
|
||||
//FRAGMENT vwuz1=_word1_vdsz2
|
||||
lda {z2}+2
|
||||
sta {z1}
|
||||
lda {z2}+3
|
||||
sta {z1}+1
|
||||
|
Loading…
Reference in New Issue
Block a user