1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-29 03:56:15 +00:00

Fixed fragment cache.

This commit is contained in:
jespergravgaard 2020-10-12 20:42:06 +02:00
parent 03907f9e48
commit e3662e22d6
5 changed files with 18835 additions and 4 deletions

View File

@ -1,4 +1,4 @@
//KICKC FRAGMENT CACHE 112243579e 11224372f4
//KICKC FRAGMENT CACHE 11224357a0 11224372f6
//FRAGMENT vbuz1=vbuc1
lda #{c1}
sta {z1}

View File

@ -1,4 +1,4 @@
//KICKC FRAGMENT CACHE 112243579e 11224372f4
//KICKC FRAGMENT CACHE 11224357a0 11224372f6
//FRAGMENT _deref_pbuc1=vbuc2
lda #{c2}
sta {c1}

View File

@ -1,4 +1,4 @@
//KICKC FRAGMENT CACHE 112243579e 11224372f4
//KICKC FRAGMENT CACHE 11224357a0 11224372f6
//FRAGMENT vbuz1=vbuc1
lda #{c1}
sta {z1}

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
//KICKC FRAGMENT CACHE 112243579e 11224372f4
//KICKC FRAGMENT CACHE 11224357a0 11224372f6
//FRAGMENT vbuz1=_deref_pbuc1
lda {c1}
sta {z1}