2019-09-24 06:55:06 +00:00
|
|
|
Culled Empty Block (label) main::@2
|
2019-09-26 12:35:02 +00:00
|
|
|
Adding memory variable constant pointer (const byte*) idx_ptr
|
|
|
|
Updating memory variable reference *((const byte*) idx_ptr)
|
|
|
|
Updating memory variable reference *((const byte*) idx_ptr)
|
|
|
|
Updating memory variable reference *((const byte*) idx_ptr)
|
|
|
|
Updating memory variable reference *((const byte*) idx_ptr)
|
|
|
|
Updating memory variable reference *((const byte*) idx_ptr)
|
|
|
|
Updating memory variable reference *((const byte*) idx_ptr)
|
|
|
|
Updating memory variable reference *((const byte*) idx_ptr)
|
|
|
|
Updating memory variable reference *((const byte*) idx_ptr)
|
2019-09-24 06:55:06 +00:00
|
|
|
|
|
|
|
CONTROL FLOW GRAPH SSA
|
|
|
|
@begin: scope:[] from
|
2019-09-26 13:05:50 +00:00
|
|
|
*((const byte*) idx_ptr) ← (byte) 0
|
2019-09-24 06:55:06 +00:00
|
|
|
(byte*) SCREEN#0 ← ((byte*)) (number) $400
|
|
|
|
to:@1
|
|
|
|
|
|
|
|
(void()) main()
|
|
|
|
main: scope:[main] from @1
|
|
|
|
(byte) main::i#0 ← (byte) 0
|
|
|
|
to:main::@1
|
|
|
|
main::@1: scope:[main] from main main::@1
|
|
|
|
(byte) main::i#2 ← phi( main/(byte) main::i#0 main::@1/(byte) main::i#1 )
|
2019-09-26 12:35:02 +00:00
|
|
|
*((byte*) SCREEN#0 + (byte) main::i#2) ← *((const byte*) idx_ptr)
|
|
|
|
*((const byte*) idx_ptr) ← *((const byte*) idx_ptr) + (byte) main::i#2
|
2019-09-24 06:55:06 +00:00
|
|
|
(byte) main::i#1 ← (byte) main::i#2 + rangenext(0,5)
|
|
|
|
(bool~) main::$0 ← (byte) main::i#1 != rangelast(0,5)
|
|
|
|
if((bool~) main::$0) goto main::@1
|
|
|
|
to:main::@return
|
|
|
|
main::@return: scope:[main] from main::@1
|
2019-09-26 12:35:02 +00:00
|
|
|
*((const byte*) idx_ptr) ← *((const byte*) idx_ptr)
|
2019-09-24 06:55:06 +00:00
|
|
|
return
|
|
|
|
to:@return
|
|
|
|
@1: scope:[] from @begin
|
|
|
|
call main
|
|
|
|
to:@2
|
|
|
|
@2: scope:[] from @1
|
2019-09-26 12:35:02 +00:00
|
|
|
*((const byte*) idx_ptr) ← *((const byte*) idx_ptr)
|
2019-09-24 06:55:06 +00:00
|
|
|
to:@end
|
|
|
|
@end: scope:[] from @2
|
|
|
|
|
|
|
|
SYMBOL TABLE SSA
|
|
|
|
(label) @1
|
|
|
|
(label) @2
|
|
|
|
(label) @begin
|
|
|
|
(label) @end
|
|
|
|
(byte*) SCREEN
|
|
|
|
(byte*) SCREEN#0
|
|
|
|
(byte) idx memory
|
2019-09-26 12:35:02 +00:00
|
|
|
(const byte*) idx_ptr = &(byte) idx
|
2019-09-24 06:55:06 +00:00
|
|
|
(void()) main()
|
|
|
|
(bool~) main::$0
|
|
|
|
(label) main::@1
|
|
|
|
(label) main::@return
|
|
|
|
(byte) main::i
|
|
|
|
(byte) main::i#0
|
|
|
|
(byte) main::i#1
|
|
|
|
(byte) main::i#2
|
|
|
|
|
|
|
|
Inlining cast (byte*) SCREEN#0 ← (byte*)(number) $400
|
|
|
|
Successful SSA optimization Pass2InlineCast
|
2019-09-26 12:35:02 +00:00
|
|
|
Simplifying constant pointer cast (byte*) 1024
|
2019-09-24 06:55:06 +00:00
|
|
|
Successful SSA optimization PassNCastSimplification
|
2019-09-26 12:35:02 +00:00
|
|
|
Simple Condition (bool~) main::$0 [8] if((byte) main::i#1!=rangelast(0,5)) goto main::@1
|
2019-09-24 06:55:06 +00:00
|
|
|
Successful SSA optimization Pass2ConditionalJumpSimplification
|
|
|
|
Constant (const byte*) SCREEN#0 = (byte*) 1024
|
|
|
|
Constant (const byte) main::i#0 = 0
|
|
|
|
Successful SSA optimization Pass2ConstantIdentification
|
2019-09-26 12:35:02 +00:00
|
|
|
Resolved ranged next value [6] main::i#1 ← ++ main::i#2 to ++
|
|
|
|
Resolved ranged comparison value [8] if(main::i#1!=rangelast(0,5)) goto main::@1 to (number) 6
|
2019-09-24 06:55:06 +00:00
|
|
|
Adding number conversion cast (unumber) 6 in if((byte) main::i#1!=(number) 6) goto main::@1
|
|
|
|
Successful SSA optimization PassNAddNumberTypeConversions
|
|
|
|
Simplifying constant integer cast 6
|
|
|
|
Successful SSA optimization PassNCastSimplification
|
|
|
|
Finalized unsigned number type (byte) 6
|
|
|
|
Successful SSA optimization PassNFinalizeNumberTypeConversions
|
|
|
|
Inlining constant with var siblings (const byte) main::i#0
|
|
|
|
Constant inlined main::i#0 = (byte) 0
|
|
|
|
Successful SSA optimization Pass2ConstantInlining
|
|
|
|
Added new block during phi lifting main::@3(between main::@1 and main::@1)
|
|
|
|
Adding NOP phi() at start of @1
|
|
|
|
Adding NOP phi() at start of @end
|
|
|
|
Adding NOP phi() at start of main
|
|
|
|
CALL GRAPH
|
|
|
|
Calls in [] to main:2
|
|
|
|
|
2019-09-26 12:35:02 +00:00
|
|
|
Created 1 initial phi equivalence classes
|
2019-09-24 06:55:06 +00:00
|
|
|
Coalesced [13] main::i#3 ← main::i#1
|
2019-09-26 12:35:02 +00:00
|
|
|
Coalesced down to 1 phi equivalence classes
|
2019-09-24 06:55:06 +00:00
|
|
|
Culled Empty Block (label) main::@3
|
|
|
|
Adding NOP phi() at start of @1
|
|
|
|
Adding NOP phi() at start of @end
|
|
|
|
Adding NOP phi() at start of main
|
|
|
|
|
|
|
|
FINAL CONTROL FLOW GRAPH
|
|
|
|
@begin: scope:[] from
|
2019-09-26 12:35:02 +00:00
|
|
|
[0] *((const byte*) idx_ptr) ← (byte) 0
|
2019-09-24 06:55:06 +00:00
|
|
|
to:@1
|
|
|
|
@1: scope:[] from @begin
|
|
|
|
[1] phi()
|
|
|
|
[2] call main
|
2019-09-26 12:35:02 +00:00
|
|
|
to:@2
|
|
|
|
@2: scope:[] from @1
|
|
|
|
[3] *((const byte*) idx_ptr) ← *((const byte*) idx_ptr)
|
2019-09-24 06:55:06 +00:00
|
|
|
to:@end
|
2019-09-26 12:35:02 +00:00
|
|
|
@end: scope:[] from @2
|
|
|
|
[4] phi()
|
2019-09-24 06:55:06 +00:00
|
|
|
|
|
|
|
(void()) main()
|
|
|
|
main: scope:[main] from @1
|
2019-09-26 12:35:02 +00:00
|
|
|
[5] phi()
|
2019-09-24 06:55:06 +00:00
|
|
|
to:main::@1
|
|
|
|
main::@1: scope:[main] from main main::@1
|
2019-09-26 12:35:02 +00:00
|
|
|
[6] (byte) main::i#2 ← phi( main/(byte) 0 main::@1/(byte) main::i#1 )
|
|
|
|
[7] *((const byte*) SCREEN#0 + (byte) main::i#2) ← *((const byte*) idx_ptr)
|
|
|
|
[8] *((const byte*) idx_ptr) ← *((const byte*) idx_ptr) + (byte) main::i#2
|
|
|
|
[9] (byte) main::i#1 ← ++ (byte) main::i#2
|
|
|
|
[10] if((byte) main::i#1!=(byte) 6) goto main::@1
|
2019-09-24 06:55:06 +00:00
|
|
|
to:main::@return
|
|
|
|
main::@return: scope:[main] from main::@1
|
2019-09-26 12:35:02 +00:00
|
|
|
[11] *((const byte*) idx_ptr) ← *((const byte*) idx_ptr)
|
|
|
|
[12] return
|
2019-09-24 06:55:06 +00:00
|
|
|
to:@return
|
|
|
|
|
|
|
|
|
|
|
|
VARIABLE REGISTER WEIGHTS
|
|
|
|
(byte*) SCREEN
|
|
|
|
(byte) idx memory
|
|
|
|
(void()) main()
|
|
|
|
(byte) main::i
|
|
|
|
(byte) main::i#1 16.5
|
|
|
|
(byte) main::i#2 14.666666666666666
|
|
|
|
|
|
|
|
Initial phi equivalence classes
|
|
|
|
[ main::i#2 main::i#1 ]
|
|
|
|
Complete equivalence classes
|
|
|
|
[ main::i#2 main::i#1 ]
|
2019-09-26 12:35:02 +00:00
|
|
|
Allocated zp ZP_BYTE:2 [ main::i#2 main::i#1 ]
|
2019-09-24 06:55:06 +00:00
|
|
|
|
|
|
|
INITIAL ASM
|
|
|
|
Target platform is c64basic / MOS6502X
|
|
|
|
// File Comments
|
|
|
|
// Test declaring a variable as "memory", meaning it will be stored in memory and accessed through an implicit pointer (using load/store)
|
|
|
|
// Upstart
|
|
|
|
.pc = $801 "Basic"
|
|
|
|
:BasicUpstart(bbegin)
|
|
|
|
.pc = $80d "Program"
|
|
|
|
// Global Constants & labels
|
2019-09-26 12:35:02 +00:00
|
|
|
.label idx_ptr = idx
|
2019-09-24 06:55:06 +00:00
|
|
|
.label SCREEN = $400
|
|
|
|
// @begin
|
|
|
|
bbegin:
|
2019-09-26 12:35:02 +00:00
|
|
|
// [0] *((const byte*) idx_ptr) ← (byte) 0 -- _deref_pbuc1=vbuc2
|
|
|
|
lda #0
|
|
|
|
sta idx_ptr
|
2019-09-24 06:55:06 +00:00
|
|
|
// [1] phi from @begin to @1 [phi:@begin->@1]
|
|
|
|
b1_from_bbegin:
|
|
|
|
jmp b1
|
|
|
|
// @1
|
|
|
|
b1:
|
|
|
|
// [2] call main
|
2019-09-26 12:35:02 +00:00
|
|
|
// [5] phi from @1 to main [phi:@1->main]
|
2019-09-24 06:55:06 +00:00
|
|
|
main_from_b1:
|
|
|
|
jsr main
|
2019-09-26 12:35:02 +00:00
|
|
|
jmp b2
|
|
|
|
// @2
|
|
|
|
b2:
|
|
|
|
// [3] *((const byte*) idx_ptr) ← *((const byte*) idx_ptr) -- _deref_pbuc1=_deref_pbuc1
|
|
|
|
lda idx_ptr
|
|
|
|
sta idx_ptr
|
|
|
|
// [4] phi from @2 to @end [phi:@2->@end]
|
|
|
|
bend_from_b2:
|
2019-09-24 06:55:06 +00:00
|
|
|
jmp bend
|
|
|
|
// @end
|
|
|
|
bend:
|
|
|
|
// main
|
|
|
|
main: {
|
2019-09-26 12:35:02 +00:00
|
|
|
.label i = 2
|
|
|
|
// [6] phi from main to main::@1 [phi:main->main::@1]
|
2019-09-24 06:55:06 +00:00
|
|
|
b1_from_main:
|
2019-09-26 12:35:02 +00:00
|
|
|
// [6] phi (byte) main::i#2 = (byte) 0 [phi:main->main::@1#0] -- vbuz1=vbuc1
|
2019-09-24 06:55:06 +00:00
|
|
|
lda #0
|
|
|
|
sta.z i
|
|
|
|
jmp b1
|
2019-09-26 12:35:02 +00:00
|
|
|
// [6] phi from main::@1 to main::@1 [phi:main::@1->main::@1]
|
2019-09-24 06:55:06 +00:00
|
|
|
b1_from_b1:
|
2019-09-26 12:35:02 +00:00
|
|
|
// [6] phi (byte) main::i#2 = (byte) main::i#1 [phi:main::@1->main::@1#0] -- register_copy
|
2019-09-24 06:55:06 +00:00
|
|
|
jmp b1
|
|
|
|
// main::@1
|
|
|
|
b1:
|
2019-09-26 12:35:02 +00:00
|
|
|
// [7] *((const byte*) SCREEN#0 + (byte) main::i#2) ← *((const byte*) idx_ptr) -- pbuc1_derefidx_vbuz1=_deref_pbuc2
|
2019-09-24 06:55:06 +00:00
|
|
|
ldy.z i
|
2019-09-26 12:35:02 +00:00
|
|
|
lda idx_ptr
|
2019-09-24 06:55:06 +00:00
|
|
|
sta SCREEN,y
|
2019-09-26 12:35:02 +00:00
|
|
|
// [8] *((const byte*) idx_ptr) ← *((const byte*) idx_ptr) + (byte) main::i#2 -- _deref_pbuc1=_deref_pbuc1_plus_vbuz1
|
|
|
|
lda idx_ptr
|
2019-09-24 06:55:06 +00:00
|
|
|
clc
|
|
|
|
adc.z i
|
2019-09-26 12:35:02 +00:00
|
|
|
sta idx_ptr
|
|
|
|
// [9] (byte) main::i#1 ← ++ (byte) main::i#2 -- vbuz1=_inc_vbuz1
|
2019-09-24 06:55:06 +00:00
|
|
|
inc.z i
|
2019-09-26 12:35:02 +00:00
|
|
|
// [10] if((byte) main::i#1!=(byte) 6) goto main::@1 -- vbuz1_neq_vbuc1_then_la1
|
2019-09-24 06:55:06 +00:00
|
|
|
lda #6
|
|
|
|
cmp.z i
|
|
|
|
bne b1_from_b1
|
|
|
|
jmp breturn
|
|
|
|
// main::@return
|
|
|
|
breturn:
|
2019-09-26 12:35:02 +00:00
|
|
|
// [11] *((const byte*) idx_ptr) ← *((const byte*) idx_ptr) -- _deref_pbuc1=_deref_pbuc1
|
|
|
|
lda idx_ptr
|
|
|
|
sta idx_ptr
|
|
|
|
// [12] return
|
2019-09-24 06:55:06 +00:00
|
|
|
rts
|
|
|
|
}
|
|
|
|
// File Data
|
2019-09-26 12:35:02 +00:00
|
|
|
idx: .byte 0
|
2019-09-24 06:55:06 +00:00
|
|
|
|
|
|
|
REGISTER UPLIFT POTENTIAL REGISTERS
|
2019-09-26 12:35:02 +00:00
|
|
|
Statement [0] *((const byte*) idx_ptr) ← (byte) 0 [ ] ( [ ] ) always clobbers reg byte a
|
|
|
|
Statement [3] *((const byte*) idx_ptr) ← *((const byte*) idx_ptr) [ ] ( [ ] ) always clobbers reg byte a
|
|
|
|
Statement [7] *((const byte*) SCREEN#0 + (byte) main::i#2) ← *((const byte*) idx_ptr) [ main::i#2 ] ( main:2 [ main::i#2 ] ) always clobbers reg byte a
|
|
|
|
Removing always clobbered register reg byte a as potential for zp ZP_BYTE:2 [ main::i#2 main::i#1 ]
|
|
|
|
Statement [8] *((const byte*) idx_ptr) ← *((const byte*) idx_ptr) + (byte) main::i#2 [ main::i#2 ] ( main:2 [ main::i#2 ] ) always clobbers reg byte a
|
|
|
|
Statement [11] *((const byte*) idx_ptr) ← *((const byte*) idx_ptr) [ ] ( main:2 [ ] ) always clobbers reg byte a
|
|
|
|
Statement [0] *((const byte*) idx_ptr) ← (byte) 0 [ ] ( [ ] ) always clobbers reg byte a
|
|
|
|
Statement [3] *((const byte*) idx_ptr) ← *((const byte*) idx_ptr) [ ] ( [ ] ) always clobbers reg byte a
|
|
|
|
Statement [7] *((const byte*) SCREEN#0 + (byte) main::i#2) ← *((const byte*) idx_ptr) [ main::i#2 ] ( main:2 [ main::i#2 ] ) always clobbers reg byte a
|
|
|
|
Statement [8] *((const byte*) idx_ptr) ← *((const byte*) idx_ptr) + (byte) main::i#2 [ main::i#2 ] ( main:2 [ main::i#2 ] ) always clobbers reg byte a
|
|
|
|
Statement [11] *((const byte*) idx_ptr) ← *((const byte*) idx_ptr) [ ] ( main:2 [ ] ) always clobbers reg byte a
|
|
|
|
Potential registers zp ZP_BYTE:2 [ main::i#2 main::i#1 ] : zp ZP_BYTE:2 , reg byte x , reg byte y ,
|
2019-09-24 06:55:06 +00:00
|
|
|
|
|
|
|
REGISTER UPLIFT SCOPES
|
2019-09-26 12:35:02 +00:00
|
|
|
Uplift Scope [main] 31.17: zp ZP_BYTE:2 [ main::i#2 main::i#1 ]
|
|
|
|
Uplift Scope []
|
2019-09-24 06:55:06 +00:00
|
|
|
|
2019-09-26 12:35:02 +00:00
|
|
|
Uplifting [main] best 428 combination reg byte x [ main::i#2 main::i#1 ]
|
|
|
|
Uplifting [] best 428 combination
|
2019-09-24 06:55:06 +00:00
|
|
|
|
|
|
|
ASSEMBLER BEFORE OPTIMIZATION
|
|
|
|
// File Comments
|
|
|
|
// Test declaring a variable as "memory", meaning it will be stored in memory and accessed through an implicit pointer (using load/store)
|
|
|
|
// Upstart
|
|
|
|
.pc = $801 "Basic"
|
|
|
|
:BasicUpstart(bbegin)
|
|
|
|
.pc = $80d "Program"
|
|
|
|
// Global Constants & labels
|
2019-09-26 12:35:02 +00:00
|
|
|
.label idx_ptr = idx
|
2019-09-24 06:55:06 +00:00
|
|
|
.label SCREEN = $400
|
|
|
|
// @begin
|
|
|
|
bbegin:
|
2019-09-26 12:35:02 +00:00
|
|
|
// [0] *((const byte*) idx_ptr) ← (byte) 0 -- _deref_pbuc1=vbuc2
|
|
|
|
lda #0
|
|
|
|
sta idx_ptr
|
2019-09-24 06:55:06 +00:00
|
|
|
// [1] phi from @begin to @1 [phi:@begin->@1]
|
|
|
|
b1_from_bbegin:
|
|
|
|
jmp b1
|
|
|
|
// @1
|
|
|
|
b1:
|
|
|
|
// [2] call main
|
2019-09-26 12:35:02 +00:00
|
|
|
// [5] phi from @1 to main [phi:@1->main]
|
2019-09-24 06:55:06 +00:00
|
|
|
main_from_b1:
|
|
|
|
jsr main
|
2019-09-26 12:35:02 +00:00
|
|
|
jmp b2
|
|
|
|
// @2
|
|
|
|
b2:
|
|
|
|
// [3] *((const byte*) idx_ptr) ← *((const byte*) idx_ptr) -- _deref_pbuc1=_deref_pbuc1
|
|
|
|
lda idx_ptr
|
|
|
|
sta idx_ptr
|
|
|
|
// [4] phi from @2 to @end [phi:@2->@end]
|
|
|
|
bend_from_b2:
|
2019-09-24 06:55:06 +00:00
|
|
|
jmp bend
|
|
|
|
// @end
|
|
|
|
bend:
|
|
|
|
// main
|
|
|
|
main: {
|
2019-09-26 12:35:02 +00:00
|
|
|
// [6] phi from main to main::@1 [phi:main->main::@1]
|
2019-09-24 06:55:06 +00:00
|
|
|
b1_from_main:
|
2019-09-26 12:35:02 +00:00
|
|
|
// [6] phi (byte) main::i#2 = (byte) 0 [phi:main->main::@1#0] -- vbuxx=vbuc1
|
2019-09-24 06:55:06 +00:00
|
|
|
ldx #0
|
|
|
|
jmp b1
|
2019-09-26 12:35:02 +00:00
|
|
|
// [6] phi from main::@1 to main::@1 [phi:main::@1->main::@1]
|
2019-09-24 06:55:06 +00:00
|
|
|
b1_from_b1:
|
2019-09-26 12:35:02 +00:00
|
|
|
// [6] phi (byte) main::i#2 = (byte) main::i#1 [phi:main::@1->main::@1#0] -- register_copy
|
2019-09-24 06:55:06 +00:00
|
|
|
jmp b1
|
|
|
|
// main::@1
|
|
|
|
b1:
|
2019-09-26 12:35:02 +00:00
|
|
|
// [7] *((const byte*) SCREEN#0 + (byte) main::i#2) ← *((const byte*) idx_ptr) -- pbuc1_derefidx_vbuxx=_deref_pbuc2
|
|
|
|
lda idx_ptr
|
2019-09-24 06:55:06 +00:00
|
|
|
sta SCREEN,x
|
2019-09-26 12:35:02 +00:00
|
|
|
// [8] *((const byte*) idx_ptr) ← *((const byte*) idx_ptr) + (byte) main::i#2 -- _deref_pbuc1=_deref_pbuc1_plus_vbuxx
|
|
|
|
txa
|
2019-09-24 06:55:06 +00:00
|
|
|
clc
|
2019-09-26 12:35:02 +00:00
|
|
|
adc idx_ptr
|
|
|
|
sta idx_ptr
|
|
|
|
// [9] (byte) main::i#1 ← ++ (byte) main::i#2 -- vbuxx=_inc_vbuxx
|
2019-09-24 06:55:06 +00:00
|
|
|
inx
|
2019-09-26 12:35:02 +00:00
|
|
|
// [10] if((byte) main::i#1!=(byte) 6) goto main::@1 -- vbuxx_neq_vbuc1_then_la1
|
2019-09-24 06:55:06 +00:00
|
|
|
cpx #6
|
|
|
|
bne b1_from_b1
|
|
|
|
jmp breturn
|
|
|
|
// main::@return
|
|
|
|
breturn:
|
2019-09-26 12:35:02 +00:00
|
|
|
// [11] *((const byte*) idx_ptr) ← *((const byte*) idx_ptr) -- _deref_pbuc1=_deref_pbuc1
|
|
|
|
lda idx_ptr
|
|
|
|
sta idx_ptr
|
|
|
|
// [12] return
|
2019-09-24 06:55:06 +00:00
|
|
|
rts
|
|
|
|
}
|
|
|
|
// File Data
|
2019-09-26 12:35:02 +00:00
|
|
|
idx: .byte 0
|
2019-09-24 06:55:06 +00:00
|
|
|
|
|
|
|
ASSEMBLER OPTIMIZATIONS
|
|
|
|
Removing instruction jmp b1
|
2019-09-26 12:35:02 +00:00
|
|
|
Removing instruction jmp b2
|
2019-09-24 06:55:06 +00:00
|
|
|
Removing instruction jmp bend
|
|
|
|
Removing instruction jmp b1
|
|
|
|
Removing instruction jmp breturn
|
|
|
|
Succesful ASM optimization Pass5NextJumpElimination
|
|
|
|
Replacing label b1_from_b1 with b1
|
|
|
|
Removing instruction b1_from_bbegin:
|
|
|
|
Removing instruction main_from_b1:
|
2019-09-26 12:35:02 +00:00
|
|
|
Removing instruction bend_from_b2:
|
2019-09-24 06:55:06 +00:00
|
|
|
Removing instruction b1_from_b1:
|
|
|
|
Succesful ASM optimization Pass5RedundantLabelElimination
|
2019-09-26 12:35:02 +00:00
|
|
|
Removing instruction b1:
|
|
|
|
Removing instruction b2:
|
2019-09-24 06:55:06 +00:00
|
|
|
Removing instruction bend:
|
|
|
|
Removing instruction b1_from_main:
|
|
|
|
Removing instruction breturn:
|
|
|
|
Succesful ASM optimization Pass5UnusedLabelElimination
|
2019-09-26 12:35:02 +00:00
|
|
|
Adding RTS to root block
|
|
|
|
Succesful ASM optimization Pass5AddMainRts
|
2019-09-24 06:55:06 +00:00
|
|
|
Removing instruction jmp b1
|
|
|
|
Succesful ASM optimization Pass5NextJumpElimination
|
2019-09-26 12:35:02 +00:00
|
|
|
Removing instruction lda idx_ptr
|
|
|
|
Succesful ASM optimization Pass5UnnecesaryLoadElimination
|
|
|
|
Removing unreachable instruction lda idx_ptr
|
|
|
|
Removing unreachable instruction sta idx_ptr
|
|
|
|
Succesful ASM optimization Pass5UnreachableCodeElimination
|
2019-09-24 06:55:06 +00:00
|
|
|
|
|
|
|
FINAL SYMBOL TABLE
|
|
|
|
(label) @1
|
2019-09-26 12:35:02 +00:00
|
|
|
(label) @2
|
2019-09-24 06:55:06 +00:00
|
|
|
(label) @begin
|
|
|
|
(label) @end
|
|
|
|
(byte*) SCREEN
|
|
|
|
(const byte*) SCREEN#0 SCREEN = (byte*) 1024
|
|
|
|
(byte) idx memory
|
2019-09-26 12:35:02 +00:00
|
|
|
(const byte*) idx_ptr idx_ptr = &(byte) idx
|
2019-09-24 06:55:06 +00:00
|
|
|
(void()) main()
|
|
|
|
(label) main::@1
|
|
|
|
(label) main::@return
|
|
|
|
(byte) main::i
|
|
|
|
(byte) main::i#1 reg byte x 16.5
|
|
|
|
(byte) main::i#2 reg byte x 14.666666666666666
|
|
|
|
|
|
|
|
reg byte x [ main::i#2 main::i#1 ]
|
|
|
|
|
|
|
|
|
|
|
|
FINAL ASSEMBLER
|
2019-09-26 12:35:02 +00:00
|
|
|
Score: 323
|
2019-09-24 06:55:06 +00:00
|
|
|
|
|
|
|
// File Comments
|
|
|
|
// Test declaring a variable as "memory", meaning it will be stored in memory and accessed through an implicit pointer (using load/store)
|
|
|
|
// Upstart
|
|
|
|
.pc = $801 "Basic"
|
2019-09-26 12:35:02 +00:00
|
|
|
:BasicUpstart(bbegin)
|
2019-09-24 06:55:06 +00:00
|
|
|
.pc = $80d "Program"
|
|
|
|
// Global Constants & labels
|
2019-09-26 12:35:02 +00:00
|
|
|
.label idx_ptr = idx
|
2019-09-24 06:55:06 +00:00
|
|
|
.label SCREEN = $400
|
|
|
|
// @begin
|
2019-09-26 12:35:02 +00:00
|
|
|
bbegin:
|
2019-09-26 13:05:50 +00:00
|
|
|
// idx
|
2019-09-26 12:35:02 +00:00
|
|
|
// [0] *((const byte*) idx_ptr) ← (byte) 0 -- _deref_pbuc1=vbuc2
|
|
|
|
lda #0
|
|
|
|
sta idx_ptr
|
2019-09-24 06:55:06 +00:00
|
|
|
// [1] phi from @begin to @1 [phi:@begin->@1]
|
|
|
|
// @1
|
|
|
|
// [2] call main
|
2019-09-26 12:35:02 +00:00
|
|
|
// [5] phi from @1 to main [phi:@1->main]
|
|
|
|
jsr main
|
|
|
|
rts
|
|
|
|
// @2
|
|
|
|
// [3] *((const byte*) idx_ptr) ← *((const byte*) idx_ptr) -- _deref_pbuc1=_deref_pbuc1
|
|
|
|
// [4] phi from @2 to @end [phi:@2->@end]
|
2019-09-24 06:55:06 +00:00
|
|
|
// @end
|
|
|
|
// main
|
|
|
|
main: {
|
2019-09-26 12:35:02 +00:00
|
|
|
// [6] phi from main to main::@1 [phi:main->main::@1]
|
|
|
|
// [6] phi (byte) main::i#2 = (byte) 0 [phi:main->main::@1#0] -- vbuxx=vbuc1
|
2019-09-24 06:55:06 +00:00
|
|
|
ldx #0
|
2019-09-26 12:35:02 +00:00
|
|
|
// [6] phi from main::@1 to main::@1 [phi:main::@1->main::@1]
|
|
|
|
// [6] phi (byte) main::i#2 = (byte) main::i#1 [phi:main::@1->main::@1#0] -- register_copy
|
2019-09-24 06:55:06 +00:00
|
|
|
// main::@1
|
|
|
|
b1:
|
|
|
|
// SCREEN[i] = idx
|
2019-09-26 12:35:02 +00:00
|
|
|
// [7] *((const byte*) SCREEN#0 + (byte) main::i#2) ← *((const byte*) idx_ptr) -- pbuc1_derefidx_vbuxx=_deref_pbuc2
|
|
|
|
lda idx_ptr
|
2019-09-24 06:55:06 +00:00
|
|
|
sta SCREEN,x
|
|
|
|
// idx +=i
|
2019-09-26 12:35:02 +00:00
|
|
|
// [8] *((const byte*) idx_ptr) ← *((const byte*) idx_ptr) + (byte) main::i#2 -- _deref_pbuc1=_deref_pbuc1_plus_vbuxx
|
|
|
|
txa
|
2019-09-24 06:55:06 +00:00
|
|
|
clc
|
2019-09-26 12:35:02 +00:00
|
|
|
adc idx_ptr
|
|
|
|
sta idx_ptr
|
2019-09-24 06:55:06 +00:00
|
|
|
// for( char i: 0..5 )
|
2019-09-26 12:35:02 +00:00
|
|
|
// [9] (byte) main::i#1 ← ++ (byte) main::i#2 -- vbuxx=_inc_vbuxx
|
2019-09-24 06:55:06 +00:00
|
|
|
inx
|
2019-09-26 12:35:02 +00:00
|
|
|
// [10] if((byte) main::i#1!=(byte) 6) goto main::@1 -- vbuxx_neq_vbuc1_then_la1
|
2019-09-24 06:55:06 +00:00
|
|
|
cpx #6
|
|
|
|
bne b1
|
|
|
|
// main::@return
|
|
|
|
// }
|
2019-09-26 12:35:02 +00:00
|
|
|
// [11] *((const byte*) idx_ptr) ← *((const byte*) idx_ptr) -- _deref_pbuc1=_deref_pbuc1
|
|
|
|
sta idx_ptr
|
|
|
|
// [12] return
|
2019-09-24 06:55:06 +00:00
|
|
|
rts
|
|
|
|
}
|
|
|
|
// File Data
|
2019-09-26 12:35:02 +00:00
|
|
|
idx: .byte 0
|
2019-09-24 06:55:06 +00:00
|
|
|
|