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

Removed redundant fragments.

This commit is contained in:
jespergravgaard 2020-08-02 22:43:49 +02:00
parent 5ad99239c5
commit fe35af0cbe
12 changed files with 5 additions and 24 deletions

View File

@ -1,4 +1,4 @@
//KICKC FRAGMENT CACHE 16e7ed5268 16e7ed6a89
//KICKC FRAGMENT CACHE 1776b64820 1776b6602f
//FRAGMENT vbuz1=vbuc1
lda #{c1}
sta {z1}

View File

@ -1,4 +1,4 @@
//KICKC FRAGMENT CACHE 16e7ed5268 16e7ed6a89
//KICKC FRAGMENT CACHE 1776b64820 1776b6602f
//FRAGMENT vduz1=vduc1
lda #<{c1}
sta {z1}

View File

@ -1,4 +1,4 @@
//KICKC FRAGMENT CACHE 16e7ed5268 16e7ed6a89
//KICKC FRAGMENT CACHE 1776b64820 1776b6602f
//FRAGMENT vbuz1=vbuc1
lda #{c1}
sta {z1}

View File

@ -1,4 +1,4 @@
//KICKC FRAGMENT CACHE 16e7ed5268 16e7ed6a89
//KICKC FRAGMENT CACHE 1776b64820 1776b6602f
//FRAGMENT vbuz1=vbuc1
lda #{c1}
sta {z1}

View File

@ -1,4 +1,4 @@
//KICKC FRAGMENT CACHE 16e7ed5268 16e7ed6a89
//KICKC FRAGMENT CACHE 1776b64820 1776b6602f
//FRAGMENT vbuz1=_deref_pbuc1
lda {c1}
sta {z1}

View File

@ -1,2 +0,0 @@
tay
sta ({z1}),y

View File

@ -1,2 +0,0 @@
ldy #{c1}
sta ({z1}),y

View File

@ -1,3 +0,0 @@
lda #{c2}
ldy #{c1}
sta ({z1}),y

View File

@ -1,2 +0,0 @@
ldy {m2}
sta ({z1}),y

View File

@ -1,3 +0,0 @@
stx $ff
ldy $ff
sta ({z1}),y

View File

@ -1,4 +0,0 @@
txa
tay
lda {m2}
sta ({z1}),y

View File

@ -1,3 +0,0 @@
txa
tay
sta ({z1}),y