2019-06-15 17:19:22 +00:00
|
|
|
Rewriting struct pointer member access *((struct Point*) points).x
|
|
|
|
Rewriting struct pointer member access *((struct Point*) points).x
|
|
|
|
Rewriting struct pointer member access *((struct Point*) points).y
|
|
|
|
Rewriting struct pointer member access *((struct Point*) points).y
|
|
|
|
Rewriting struct pointer member access *((struct Point*) points).x
|
|
|
|
Rewriting struct pointer member access *((struct Point*) points).y
|
|
|
|
Identified constant variable (struct Point*) points
|
|
|
|
|
|
|
|
CONTROL FLOW GRAPH SSA
|
|
|
|
@begin: scope:[] from
|
2019-09-29 20:36:00 +00:00
|
|
|
(struct Point*) points ← ((struct Point*)) (number) $1000
|
2019-06-15 17:19:22 +00:00
|
|
|
to:@1
|
2019-09-18 21:00:30 +00:00
|
|
|
|
|
|
|
(void()) main()
|
2019-06-15 17:19:22 +00:00
|
|
|
main: scope:[main] from @1
|
2019-09-29 20:36:00 +00:00
|
|
|
(byte*) main::$0 ← (byte*)(struct Point*) points + (const byte) OFFSET_STRUCT_POINT_X
|
|
|
|
(byte*) main::$1 ← (byte*)(struct Point*) points + (const byte) OFFSET_STRUCT_POINT_X
|
2019-06-15 17:19:22 +00:00
|
|
|
*((byte*) main::$1) ← *((byte*) main::$0) + (number) 5
|
2019-09-29 20:36:00 +00:00
|
|
|
(byte*) main::$2 ← (byte*)(struct Point*) points + (const byte) OFFSET_STRUCT_POINT_Y
|
|
|
|
(byte*) main::$3 ← (byte*)(struct Point*) points + (const byte) OFFSET_STRUCT_POINT_Y
|
2019-06-15 17:19:22 +00:00
|
|
|
*((byte*) main::$3) ← *((byte*) main::$2) + (number) 5
|
2019-09-29 18:57:23 +00:00
|
|
|
(byte*) main::SCREEN ← ((byte*)) (number) $400
|
2019-09-29 20:36:00 +00:00
|
|
|
(byte*) main::$4 ← (byte*)(struct Point*) points + (const byte) OFFSET_STRUCT_POINT_X
|
2019-09-29 18:57:23 +00:00
|
|
|
*((byte*) main::SCREEN + (number) 0) ← *((byte*) main::$4)
|
2019-09-29 20:36:00 +00:00
|
|
|
(byte*) main::$5 ← (byte*)(struct Point*) points + (const byte) OFFSET_STRUCT_POINT_Y
|
2019-09-29 18:57:23 +00:00
|
|
|
*((byte*) main::SCREEN + (number) 1) ← *((byte*) main::$5)
|
2019-06-15 17:19:22 +00:00
|
|
|
to:main::@return
|
|
|
|
main::@return: scope:[main] from main
|
|
|
|
return
|
|
|
|
to:@return
|
|
|
|
@1: scope:[] from @begin
|
|
|
|
call main
|
|
|
|
to:@2
|
|
|
|
@2: scope:[] from @1
|
|
|
|
to:@end
|
|
|
|
@end: scope:[] from @2
|
|
|
|
|
|
|
|
SYMBOL TABLE SSA
|
|
|
|
(label) @1
|
|
|
|
(label) @2
|
|
|
|
(label) @begin
|
|
|
|
(label) @end
|
|
|
|
(const byte) OFFSET_STRUCT_POINT_X = (byte) 0
|
|
|
|
(const byte) OFFSET_STRUCT_POINT_Y = (byte) 1
|
|
|
|
(byte) Point::x
|
|
|
|
(byte) Point::y
|
|
|
|
(void()) main()
|
|
|
|
(byte*) main::$0
|
|
|
|
(byte*) main::$1
|
|
|
|
(byte*) main::$2
|
|
|
|
(byte*) main::$3
|
|
|
|
(byte*) main::$4
|
|
|
|
(byte*) main::$5
|
|
|
|
(label) main::@return
|
|
|
|
(byte*) main::SCREEN
|
|
|
|
(struct Point*) points
|
|
|
|
|
|
|
|
Adding number conversion cast (unumber) 5 in *((byte*) main::$1) ← *((byte*) main::$0) + (number) 5
|
|
|
|
Adding number conversion cast (unumber) 5 in *((byte*) main::$3) ← *((byte*) main::$2) + (number) 5
|
2019-09-29 18:57:23 +00:00
|
|
|
Adding number conversion cast (unumber) 0 in *((byte*) main::SCREEN + (number) 0) ← *((byte*) main::$4)
|
|
|
|
Adding number conversion cast (unumber) 1 in *((byte*) main::SCREEN + (number) 1) ← *((byte*) main::$5)
|
2019-06-15 17:19:22 +00:00
|
|
|
Successful SSA optimization PassNAddNumberTypeConversions
|
2019-09-29 20:36:00 +00:00
|
|
|
Inlining cast (struct Point*) points ← (struct Point*)(number) $1000
|
2019-09-29 18:57:23 +00:00
|
|
|
Inlining cast (byte*) main::SCREEN ← (byte*)(number) $400
|
2019-06-15 17:19:22 +00:00
|
|
|
Successful SSA optimization Pass2InlineCast
|
|
|
|
Simplifying constant pointer cast (struct Point*) 4096
|
|
|
|
Simplifying constant integer cast 5
|
|
|
|
Simplifying constant integer cast 5
|
|
|
|
Simplifying constant pointer cast (byte*) 1024
|
|
|
|
Simplifying constant integer cast 0
|
|
|
|
Simplifying constant integer cast 1
|
|
|
|
Successful SSA optimization PassNCastSimplification
|
|
|
|
Finalized unsigned number type (byte) 5
|
|
|
|
Finalized unsigned number type (byte) 5
|
|
|
|
Finalized unsigned number type (byte) 0
|
|
|
|
Finalized unsigned number type (byte) 1
|
|
|
|
Successful SSA optimization PassNFinalizeNumberTypeConversions
|
2019-09-29 20:36:00 +00:00
|
|
|
Constant (const struct Point*) points = (struct Point*) 4096
|
2019-09-29 18:57:23 +00:00
|
|
|
Constant (const byte*) main::SCREEN = (byte*) 1024
|
2019-06-15 17:19:22 +00:00
|
|
|
Successful SSA optimization Pass2ConstantIdentification
|
2019-09-29 20:36:00 +00:00
|
|
|
Constant value identified (byte*)points in [1] (byte*) main::$0 ← (byte*)(const struct Point*) points + (const byte) OFFSET_STRUCT_POINT_X
|
|
|
|
Constant value identified (byte*)points in [2] (byte*) main::$1 ← (byte*)(const struct Point*) points + (const byte) OFFSET_STRUCT_POINT_X
|
|
|
|
Constant value identified (byte*)points in [4] (byte*) main::$2 ← (byte*)(const struct Point*) points + (const byte) OFFSET_STRUCT_POINT_Y
|
|
|
|
Constant value identified (byte*)points in [5] (byte*) main::$3 ← (byte*)(const struct Point*) points + (const byte) OFFSET_STRUCT_POINT_Y
|
|
|
|
Constant value identified (byte*)points in [8] (byte*) main::$4 ← (byte*)(const struct Point*) points + (const byte) OFFSET_STRUCT_POINT_X
|
|
|
|
Constant value identified (byte*)points in [10] (byte*) main::$5 ← (byte*)(const struct Point*) points + (const byte) OFFSET_STRUCT_POINT_Y
|
2019-06-15 17:19:22 +00:00
|
|
|
Successful SSA optimization Pass2ConstantValues
|
2019-09-29 20:36:00 +00:00
|
|
|
Converting *(pointer+n) to pointer[n] [3] *((byte*) main::$1) ← *((byte*) main::$0) + (byte) 5 -- *((byte*)points + OFFSET_STRUCT_POINT_X)
|
|
|
|
Converting *(pointer+n) to pointer[n] [3] *((byte*) main::$1) ← *((byte*)(const struct Point*) points + (const byte) OFFSET_STRUCT_POINT_X) + (byte) 5 -- *((byte*)points + OFFSET_STRUCT_POINT_X)
|
|
|
|
Converting *(pointer+n) to pointer[n] [6] *((byte*) main::$3) ← *((byte*) main::$2) + (byte) 5 -- *((byte*)points + OFFSET_STRUCT_POINT_Y)
|
|
|
|
Converting *(pointer+n) to pointer[n] [6] *((byte*) main::$3) ← *((byte*)(const struct Point*) points + (const byte) OFFSET_STRUCT_POINT_Y) + (byte) 5 -- *((byte*)points + OFFSET_STRUCT_POINT_Y)
|
|
|
|
Converting *(pointer+n) to pointer[n] [9] *((const byte*) main::SCREEN + (byte) 0) ← *((byte*) main::$4) -- *((byte*)points + OFFSET_STRUCT_POINT_X)
|
|
|
|
Converting *(pointer+n) to pointer[n] [11] *((const byte*) main::SCREEN + (byte) 1) ← *((byte*) main::$5) -- *((byte*)points + OFFSET_STRUCT_POINT_Y)
|
2019-06-15 17:19:22 +00:00
|
|
|
Successful SSA optimization Pass2InlineDerefIdx
|
2019-09-29 20:36:00 +00:00
|
|
|
Simplifying expression containing zero (byte*)points in [1] (byte*) main::$0 ← (byte*)(const struct Point*) points + (const byte) OFFSET_STRUCT_POINT_X
|
|
|
|
Simplifying expression containing zero (byte*)points in [2] (byte*) main::$1 ← (byte*)(const struct Point*) points + (const byte) OFFSET_STRUCT_POINT_X
|
|
|
|
Simplifying expression containing zero (byte*)points in [3] *((byte*)(const struct Point*) points + (const byte) OFFSET_STRUCT_POINT_X) ← *((byte*)(const struct Point*) points + (const byte) OFFSET_STRUCT_POINT_X) + (byte) 5
|
|
|
|
Simplifying expression containing zero (byte*)points in [3] *((byte*)(const struct Point*) points + (const byte) OFFSET_STRUCT_POINT_X) ← *((byte*)(const struct Point*) points) + (byte) 5
|
|
|
|
Simplifying expression containing zero (byte*)points in [8] (byte*) main::$4 ← (byte*)(const struct Point*) points + (const byte) OFFSET_STRUCT_POINT_X
|
|
|
|
Simplifying expression containing zero (byte*)points in [9] *((const byte*) main::SCREEN + (byte) 0) ← *((byte*)(const struct Point*) points + (const byte) OFFSET_STRUCT_POINT_X)
|
|
|
|
Simplifying expression containing zero main::SCREEN in [9] *((const byte*) main::SCREEN + (byte) 0) ← *((byte*)(const struct Point*) points)
|
2019-06-15 17:19:22 +00:00
|
|
|
Successful SSA optimization PassNSimplifyExpressionWithZero
|
2019-09-29 20:36:00 +00:00
|
|
|
Eliminating unused variable (byte*) main::$0 and assignment [0] (byte*) main::$0 ← (byte*)(const struct Point*) points
|
|
|
|
Eliminating unused variable (byte*) main::$1 and assignment [1] (byte*) main::$1 ← (byte*)(const struct Point*) points
|
|
|
|
Eliminating unused variable (byte*) main::$2 and assignment [3] (byte*) main::$2 ← (byte*)(const struct Point*) points + (const byte) OFFSET_STRUCT_POINT_Y
|
|
|
|
Eliminating unused variable (byte*) main::$3 and assignment [4] (byte*) main::$3 ← (byte*)(const struct Point*) points + (const byte) OFFSET_STRUCT_POINT_Y
|
|
|
|
Eliminating unused variable (byte*) main::$4 and assignment [6] (byte*) main::$4 ← (byte*)(const struct Point*) points
|
|
|
|
Eliminating unused variable (byte*) main::$5 and assignment [8] (byte*) main::$5 ← (byte*)(const struct Point*) points + (const byte) OFFSET_STRUCT_POINT_Y
|
2019-06-15 17:19:22 +00:00
|
|
|
Eliminating unused constant (const byte) OFFSET_STRUCT_POINT_X
|
|
|
|
Successful SSA optimization PassNEliminateUnusedVars
|
2019-09-29 20:36:00 +00:00
|
|
|
Consolidated array index constant in *((byte*)points+OFFSET_STRUCT_POINT_Y)
|
|
|
|
Consolidated array index constant in *((byte*)points+OFFSET_STRUCT_POINT_Y)
|
|
|
|
Consolidated array index constant in *((byte*)points+OFFSET_STRUCT_POINT_Y)
|
2019-09-29 18:57:23 +00:00
|
|
|
Consolidated array index constant in *(main::SCREEN+1)
|
2019-06-15 17:19:22 +00:00
|
|
|
Successful SSA optimization Pass2ConstantAdditionElimination
|
|
|
|
Adding NOP phi() at start of @begin
|
|
|
|
Adding NOP phi() at start of @1
|
|
|
|
Adding NOP phi() at start of @2
|
|
|
|
Adding NOP phi() at start of @end
|
|
|
|
CALL GRAPH
|
|
|
|
Calls in [] to main:2
|
|
|
|
|
|
|
|
Created 0 initial phi equivalence classes
|
|
|
|
Coalesced down to 0 phi equivalence classes
|
|
|
|
Culled Empty Block (label) @2
|
|
|
|
Adding NOP phi() at start of @begin
|
|
|
|
Adding NOP phi() at start of @1
|
|
|
|
Adding NOP phi() at start of @end
|
|
|
|
|
|
|
|
FINAL CONTROL FLOW GRAPH
|
|
|
|
@begin: scope:[] from
|
|
|
|
[0] phi()
|
|
|
|
to:@1
|
|
|
|
@1: scope:[] from @begin
|
|
|
|
[1] phi()
|
|
|
|
[2] call main
|
|
|
|
to:@end
|
|
|
|
@end: scope:[] from @1
|
|
|
|
[3] phi()
|
2019-09-18 21:00:30 +00:00
|
|
|
|
|
|
|
(void()) main()
|
2019-06-15 17:19:22 +00:00
|
|
|
main: scope:[main] from @1
|
2019-09-29 20:36:00 +00:00
|
|
|
[4] *((byte*)(const struct Point*) points) ← *((byte*)(const struct Point*) points) + (byte) 5
|
|
|
|
[5] *((byte*)(const struct Point*) points+(const byte) OFFSET_STRUCT_POINT_Y) ← *((byte*)(const struct Point*) points+(const byte) OFFSET_STRUCT_POINT_Y) + (byte) 5
|
|
|
|
[6] *((const byte*) main::SCREEN) ← *((byte*)(const struct Point*) points)
|
|
|
|
[7] *((const byte*) main::SCREEN+(byte) 1) ← *((byte*)(const struct Point*) points+(const byte) OFFSET_STRUCT_POINT_Y)
|
2019-06-15 17:19:22 +00:00
|
|
|
to:main::@return
|
|
|
|
main::@return: scope:[main] from main
|
|
|
|
[8] return
|
|
|
|
to:@return
|
|
|
|
|
|
|
|
|
|
|
|
VARIABLE REGISTER WEIGHTS
|
|
|
|
(byte) Point::x
|
|
|
|
(byte) Point::y
|
|
|
|
(void()) main()
|
|
|
|
|
|
|
|
Initial phi equivalence classes
|
|
|
|
Complete equivalence classes
|
|
|
|
|
|
|
|
INITIAL ASM
|
2019-09-08 00:29:17 +00:00
|
|
|
Target platform is c64basic / MOS6502X
|
2019-07-08 14:43:09 +00:00
|
|
|
// File Comments
|
2019-06-15 17:19:22 +00:00
|
|
|
// Minimal struct - modifying pointer to struct in memory using arrow operator
|
2019-07-25 15:06:17 +00:00
|
|
|
// Upstart
|
2019-06-15 17:19:22 +00:00
|
|
|
.pc = $801 "Basic"
|
2019-09-29 21:13:37 +00:00
|
|
|
:BasicUpstart(__bbegin)
|
2019-06-15 17:19:22 +00:00
|
|
|
.pc = $80d "Program"
|
2019-07-08 14:43:09 +00:00
|
|
|
// Global Constants & labels
|
2019-06-15 17:19:22 +00:00
|
|
|
.const OFFSET_STRUCT_POINT_Y = 1
|
|
|
|
.label points = $1000
|
2019-07-08 14:43:09 +00:00
|
|
|
// @begin
|
2019-09-29 21:13:37 +00:00
|
|
|
__bbegin:
|
2019-07-08 14:43:09 +00:00
|
|
|
// [1] phi from @begin to @1 [phi:@begin->@1]
|
2019-09-29 21:13:37 +00:00
|
|
|
__b1_from___bbegin:
|
|
|
|
jmp __b1
|
2019-07-08 14:43:09 +00:00
|
|
|
// @1
|
2019-09-29 21:13:37 +00:00
|
|
|
__b1:
|
2019-07-08 14:43:09 +00:00
|
|
|
// [2] call main
|
2019-06-15 17:19:22 +00:00
|
|
|
jsr main
|
2019-07-08 14:43:09 +00:00
|
|
|
// [3] phi from @1 to @end [phi:@1->@end]
|
2019-09-29 21:13:37 +00:00
|
|
|
__bend_from___b1:
|
|
|
|
jmp __bend
|
2019-07-08 14:43:09 +00:00
|
|
|
// @end
|
2019-09-29 21:13:37 +00:00
|
|
|
__bend:
|
2019-07-08 14:43:09 +00:00
|
|
|
// main
|
2019-06-15 17:19:22 +00:00
|
|
|
main: {
|
|
|
|
.label SCREEN = $400
|
2019-09-29 20:36:00 +00:00
|
|
|
// [4] *((byte*)(const struct Point*) points) ← *((byte*)(const struct Point*) points) + (byte) 5 -- _deref_pbuc1=_deref_pbuc1_plus_vbuc2
|
2019-06-15 17:19:22 +00:00
|
|
|
lda #5
|
|
|
|
clc
|
|
|
|
adc points
|
|
|
|
sta points
|
2019-09-29 20:36:00 +00:00
|
|
|
// [5] *((byte*)(const struct Point*) points+(const byte) OFFSET_STRUCT_POINT_Y) ← *((byte*)(const struct Point*) points+(const byte) OFFSET_STRUCT_POINT_Y) + (byte) 5 -- _deref_pbuc1=_deref_pbuc2_plus_vbuc3
|
2019-06-15 17:19:22 +00:00
|
|
|
lda #5
|
|
|
|
clc
|
|
|
|
adc points+OFFSET_STRUCT_POINT_Y
|
|
|
|
sta points+OFFSET_STRUCT_POINT_Y
|
2019-09-29 20:36:00 +00:00
|
|
|
// [6] *((const byte*) main::SCREEN) ← *((byte*)(const struct Point*) points) -- _deref_pbuc1=_deref_pbuc2
|
2019-06-15 17:19:22 +00:00
|
|
|
lda points
|
|
|
|
sta SCREEN
|
2019-09-29 20:36:00 +00:00
|
|
|
// [7] *((const byte*) main::SCREEN+(byte) 1) ← *((byte*)(const struct Point*) points+(const byte) OFFSET_STRUCT_POINT_Y) -- _deref_pbuc1=_deref_pbuc2
|
2019-06-15 17:19:22 +00:00
|
|
|
lda points+OFFSET_STRUCT_POINT_Y
|
|
|
|
sta SCREEN+1
|
2019-09-29 21:13:37 +00:00
|
|
|
jmp __breturn
|
2019-07-08 14:43:09 +00:00
|
|
|
// main::@return
|
2019-09-29 21:13:37 +00:00
|
|
|
__breturn:
|
2019-07-08 14:43:09 +00:00
|
|
|
// [8] return
|
2019-06-15 17:19:22 +00:00
|
|
|
rts
|
|
|
|
}
|
2019-07-08 14:43:09 +00:00
|
|
|
// File Data
|
2019-06-15 17:19:22 +00:00
|
|
|
|
|
|
|
REGISTER UPLIFT POTENTIAL REGISTERS
|
2019-09-29 20:36:00 +00:00
|
|
|
Statement [4] *((byte*)(const struct Point*) points) ← *((byte*)(const struct Point*) points) + (byte) 5 [ ] ( main:2 [ ] ) always clobbers reg byte a
|
|
|
|
Statement [5] *((byte*)(const struct Point*) points+(const byte) OFFSET_STRUCT_POINT_Y) ← *((byte*)(const struct Point*) points+(const byte) OFFSET_STRUCT_POINT_Y) + (byte) 5 [ ] ( main:2 [ ] ) always clobbers reg byte a
|
|
|
|
Statement [6] *((const byte*) main::SCREEN) ← *((byte*)(const struct Point*) points) [ ] ( main:2 [ ] ) always clobbers reg byte a
|
|
|
|
Statement [7] *((const byte*) main::SCREEN+(byte) 1) ← *((byte*)(const struct Point*) points+(const byte) OFFSET_STRUCT_POINT_Y) [ ] ( main:2 [ ] ) always clobbers reg byte a
|
2019-06-15 17:19:22 +00:00
|
|
|
|
|
|
|
REGISTER UPLIFT SCOPES
|
|
|
|
Uplift Scope [Point]
|
|
|
|
Uplift Scope [main]
|
|
|
|
Uplift Scope []
|
|
|
|
|
|
|
|
Uplifting [Point] best 61 combination
|
|
|
|
Uplifting [main] best 61 combination
|
|
|
|
Uplifting [] best 61 combination
|
|
|
|
|
|
|
|
ASSEMBLER BEFORE OPTIMIZATION
|
2019-07-08 14:43:09 +00:00
|
|
|
// File Comments
|
2019-06-15 17:19:22 +00:00
|
|
|
// Minimal struct - modifying pointer to struct in memory using arrow operator
|
2019-07-25 15:06:17 +00:00
|
|
|
// Upstart
|
2019-06-15 17:19:22 +00:00
|
|
|
.pc = $801 "Basic"
|
2019-09-29 21:13:37 +00:00
|
|
|
:BasicUpstart(__bbegin)
|
2019-06-15 17:19:22 +00:00
|
|
|
.pc = $80d "Program"
|
2019-07-08 14:43:09 +00:00
|
|
|
// Global Constants & labels
|
2019-06-15 17:19:22 +00:00
|
|
|
.const OFFSET_STRUCT_POINT_Y = 1
|
|
|
|
.label points = $1000
|
2019-07-08 14:43:09 +00:00
|
|
|
// @begin
|
2019-09-29 21:13:37 +00:00
|
|
|
__bbegin:
|
2019-07-08 14:43:09 +00:00
|
|
|
// [1] phi from @begin to @1 [phi:@begin->@1]
|
2019-09-29 21:13:37 +00:00
|
|
|
__b1_from___bbegin:
|
|
|
|
jmp __b1
|
2019-07-08 14:43:09 +00:00
|
|
|
// @1
|
2019-09-29 21:13:37 +00:00
|
|
|
__b1:
|
2019-07-08 14:43:09 +00:00
|
|
|
// [2] call main
|
2019-06-15 17:19:22 +00:00
|
|
|
jsr main
|
2019-07-08 14:43:09 +00:00
|
|
|
// [3] phi from @1 to @end [phi:@1->@end]
|
2019-09-29 21:13:37 +00:00
|
|
|
__bend_from___b1:
|
|
|
|
jmp __bend
|
2019-07-08 14:43:09 +00:00
|
|
|
// @end
|
2019-09-29 21:13:37 +00:00
|
|
|
__bend:
|
2019-07-08 14:43:09 +00:00
|
|
|
// main
|
2019-06-15 17:19:22 +00:00
|
|
|
main: {
|
|
|
|
.label SCREEN = $400
|
2019-09-29 20:36:00 +00:00
|
|
|
// [4] *((byte*)(const struct Point*) points) ← *((byte*)(const struct Point*) points) + (byte) 5 -- _deref_pbuc1=_deref_pbuc1_plus_vbuc2
|
2019-06-15 17:19:22 +00:00
|
|
|
lda #5
|
|
|
|
clc
|
|
|
|
adc points
|
|
|
|
sta points
|
2019-09-29 20:36:00 +00:00
|
|
|
// [5] *((byte*)(const struct Point*) points+(const byte) OFFSET_STRUCT_POINT_Y) ← *((byte*)(const struct Point*) points+(const byte) OFFSET_STRUCT_POINT_Y) + (byte) 5 -- _deref_pbuc1=_deref_pbuc2_plus_vbuc3
|
2019-06-15 17:19:22 +00:00
|
|
|
lda #5
|
|
|
|
clc
|
|
|
|
adc points+OFFSET_STRUCT_POINT_Y
|
|
|
|
sta points+OFFSET_STRUCT_POINT_Y
|
2019-09-29 20:36:00 +00:00
|
|
|
// [6] *((const byte*) main::SCREEN) ← *((byte*)(const struct Point*) points) -- _deref_pbuc1=_deref_pbuc2
|
2019-06-15 17:19:22 +00:00
|
|
|
lda points
|
|
|
|
sta SCREEN
|
2019-09-29 20:36:00 +00:00
|
|
|
// [7] *((const byte*) main::SCREEN+(byte) 1) ← *((byte*)(const struct Point*) points+(const byte) OFFSET_STRUCT_POINT_Y) -- _deref_pbuc1=_deref_pbuc2
|
2019-06-15 17:19:22 +00:00
|
|
|
lda points+OFFSET_STRUCT_POINT_Y
|
|
|
|
sta SCREEN+1
|
2019-09-29 21:13:37 +00:00
|
|
|
jmp __breturn
|
2019-07-08 14:43:09 +00:00
|
|
|
// main::@return
|
2019-09-29 21:13:37 +00:00
|
|
|
__breturn:
|
2019-07-08 14:43:09 +00:00
|
|
|
// [8] return
|
2019-06-15 17:19:22 +00:00
|
|
|
rts
|
|
|
|
}
|
2019-07-08 14:43:09 +00:00
|
|
|
// File Data
|
2019-06-15 17:19:22 +00:00
|
|
|
|
|
|
|
ASSEMBLER OPTIMIZATIONS
|
2019-09-29 21:13:37 +00:00
|
|
|
Removing instruction jmp __b1
|
|
|
|
Removing instruction jmp __bend
|
|
|
|
Removing instruction jmp __breturn
|
2019-06-15 17:19:22 +00:00
|
|
|
Succesful ASM optimization Pass5NextJumpElimination
|
2019-09-29 21:13:37 +00:00
|
|
|
Replacing label __bbegin with __b1
|
|
|
|
Removing instruction __bbegin:
|
|
|
|
Removing instruction __b1_from___bbegin:
|
|
|
|
Removing instruction __bend_from___b1:
|
2019-06-15 17:19:22 +00:00
|
|
|
Succesful ASM optimization Pass5RedundantLabelElimination
|
2019-09-29 21:13:37 +00:00
|
|
|
Removing instruction __bend:
|
|
|
|
Removing instruction __breturn:
|
2019-06-15 17:19:22 +00:00
|
|
|
Succesful ASM optimization Pass5UnusedLabelElimination
|
|
|
|
Updating BasicUpstart to call main directly
|
|
|
|
Removing instruction jsr main
|
|
|
|
Succesful ASM optimization Pass5SkipBegin
|
2019-09-29 21:13:37 +00:00
|
|
|
Removing instruction __b1:
|
2019-06-15 17:19:22 +00:00
|
|
|
Succesful ASM optimization Pass5UnusedLabelElimination
|
|
|
|
|
|
|
|
FINAL SYMBOL TABLE
|
|
|
|
(label) @1
|
|
|
|
(label) @begin
|
|
|
|
(label) @end
|
2019-10-13 22:51:15 +00:00
|
|
|
(const byte) OFFSET_STRUCT_POINT_Y = (byte) 1
|
2019-06-15 17:19:22 +00:00
|
|
|
(byte) Point::x
|
|
|
|
(byte) Point::y
|
|
|
|
(void()) main()
|
|
|
|
(label) main::@return
|
2019-10-13 22:51:15 +00:00
|
|
|
(const byte*) main::SCREEN = (byte*) 1024
|
|
|
|
(const struct Point*) points = (struct Point*) 4096
|
2019-06-15 17:19:22 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FINAL ASSEMBLER
|
|
|
|
Score: 46
|
|
|
|
|
2019-07-08 14:43:09 +00:00
|
|
|
// File Comments
|
2019-06-15 17:19:22 +00:00
|
|
|
// Minimal struct - modifying pointer to struct in memory using arrow operator
|
2019-07-25 15:06:17 +00:00
|
|
|
// Upstart
|
2019-06-15 17:19:22 +00:00
|
|
|
.pc = $801 "Basic"
|
|
|
|
:BasicUpstart(main)
|
|
|
|
.pc = $80d "Program"
|
2019-07-08 14:43:09 +00:00
|
|
|
// Global Constants & labels
|
2019-06-15 17:19:22 +00:00
|
|
|
.const OFFSET_STRUCT_POINT_Y = 1
|
|
|
|
.label points = $1000
|
2019-07-08 14:43:09 +00:00
|
|
|
// @begin
|
|
|
|
// [1] phi from @begin to @1 [phi:@begin->@1]
|
|
|
|
// @1
|
|
|
|
// [2] call main
|
|
|
|
// [3] phi from @1 to @end [phi:@1->@end]
|
|
|
|
// @end
|
|
|
|
// main
|
2019-06-15 17:19:22 +00:00
|
|
|
main: {
|
|
|
|
.label SCREEN = $400
|
2019-07-08 14:43:09 +00:00
|
|
|
// points->x += 5
|
2019-09-29 20:36:00 +00:00
|
|
|
// [4] *((byte*)(const struct Point*) points) ← *((byte*)(const struct Point*) points) + (byte) 5 -- _deref_pbuc1=_deref_pbuc1_plus_vbuc2
|
2019-06-15 17:19:22 +00:00
|
|
|
lda #5
|
|
|
|
clc
|
|
|
|
adc points
|
|
|
|
sta points
|
2019-07-08 14:43:09 +00:00
|
|
|
// points->y += 5
|
2019-09-29 20:36:00 +00:00
|
|
|
// [5] *((byte*)(const struct Point*) points+(const byte) OFFSET_STRUCT_POINT_Y) ← *((byte*)(const struct Point*) points+(const byte) OFFSET_STRUCT_POINT_Y) + (byte) 5 -- _deref_pbuc1=_deref_pbuc2_plus_vbuc3
|
2019-06-15 17:19:22 +00:00
|
|
|
lda #5
|
|
|
|
clc
|
|
|
|
adc points+OFFSET_STRUCT_POINT_Y
|
|
|
|
sta points+OFFSET_STRUCT_POINT_Y
|
2019-07-08 14:43:09 +00:00
|
|
|
// SCREEN[0] = points->x
|
2019-09-29 20:36:00 +00:00
|
|
|
// [6] *((const byte*) main::SCREEN) ← *((byte*)(const struct Point*) points) -- _deref_pbuc1=_deref_pbuc2
|
2019-06-15 17:19:22 +00:00
|
|
|
lda points
|
|
|
|
sta SCREEN
|
2019-07-08 14:43:09 +00:00
|
|
|
// SCREEN[1] = points->y
|
2019-09-29 20:36:00 +00:00
|
|
|
// [7] *((const byte*) main::SCREEN+(byte) 1) ← *((byte*)(const struct Point*) points+(const byte) OFFSET_STRUCT_POINT_Y) -- _deref_pbuc1=_deref_pbuc2
|
2019-06-15 17:19:22 +00:00
|
|
|
lda points+OFFSET_STRUCT_POINT_Y
|
|
|
|
sta SCREEN+1
|
2019-07-08 14:43:09 +00:00
|
|
|
// main::@return
|
|
|
|
// }
|
|
|
|
// [8] return
|
2019-06-15 17:19:22 +00:00
|
|
|
rts
|
|
|
|
}
|
2019-07-08 14:43:09 +00:00
|
|
|
// File Data
|
2019-06-15 17:19:22 +00:00
|
|
|
|