1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-01-15 01:33:11 +00:00

Merged with master - ArraySpec moved to SystemTypePointer.

This commit is contained in:
jespergravgaard 2021-04-12 22:00:49 +02:00
parent e78cd72417
commit 5b82ae95ea

View File

@ -19739,3 +19739,13 @@ bmi !+
lda #0 lda #0
!: !:
sta {z1}+1 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