mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-12-26 03:32:23 +00:00
Renamed phase 5 optimization.
This commit is contained in:
parent
d9490718fa
commit
42840f8f77
@ -22560,7 +22560,7 @@ init_screen: {
|
||||
}
|
||||
|
||||
Removing unreachable instruction rts
|
||||
Succesful ASM optimization Pass5AfterRtsElimination
|
||||
Succesful ASM optimization Pass5UnreachableCodeElimination
|
||||
ASSEMBLER
|
||||
//SEG0 Basic Upstart
|
||||
.pc = $801 "Basic"
|
||||
@ -25097,7 +25097,7 @@ init_screen: {
|
||||
}
|
||||
|
||||
Removing unreachable instruction jmp b2
|
||||
Succesful ASM optimization Pass5AfterRtsElimination
|
||||
Succesful ASM optimization Pass5UnreachableCodeElimination
|
||||
ASSEMBLER
|
||||
//SEG0 Basic Upstart
|
||||
.pc = $801 "Basic"
|
||||
|
@ -8614,7 +8614,7 @@ init_screen: {
|
||||
}
|
||||
|
||||
Removing unreachable instruction rts
|
||||
Succesful ASM optimization Pass5AfterRtsElimination
|
||||
Succesful ASM optimization Pass5UnreachableCodeElimination
|
||||
ASSEMBLER
|
||||
//SEG0 Basic Upstart
|
||||
.pc = $801 "Basic"
|
||||
@ -9588,7 +9588,7 @@ init_screen: {
|
||||
}
|
||||
|
||||
Removing unreachable instruction jmp b2
|
||||
Succesful ASM optimization Pass5AfterRtsElimination
|
||||
Succesful ASM optimization Pass5UnreachableCodeElimination
|
||||
ASSEMBLER
|
||||
//SEG0 Basic Upstart
|
||||
.pc = $801 "Basic"
|
||||
|
@ -2457,7 +2457,7 @@ plot: {
|
||||
}
|
||||
|
||||
Removing unreachable instruction rts
|
||||
Succesful ASM optimization Pass5AfterRtsElimination
|
||||
Succesful ASM optimization Pass5UnreachableCodeElimination
|
||||
ASSEMBLER
|
||||
//SEG0 Basic Upstart
|
||||
.pc = $801 "Basic"
|
||||
|
@ -5736,7 +5736,7 @@ prepare: {
|
||||
}
|
||||
|
||||
Removing unreachable instruction rts
|
||||
Succesful ASM optimization Pass5AfterRtsElimination
|
||||
Succesful ASM optimization Pass5UnreachableCodeElimination
|
||||
ASSEMBLER
|
||||
//SEG0 Basic Upstart
|
||||
.pc = $801 "Basic"
|
||||
|
@ -574,7 +574,7 @@ main: {
|
||||
}
|
||||
|
||||
Removing unreachable instruction rts
|
||||
Succesful ASM optimization Pass5AfterRtsElimination
|
||||
Succesful ASM optimization Pass5UnreachableCodeElimination
|
||||
ASSEMBLER
|
||||
//SEG0 Basic Upstart
|
||||
.pc = $801 "Basic"
|
||||
|
@ -1434,7 +1434,7 @@ main: {
|
||||
}
|
||||
|
||||
Removing unreachable instruction jmp b2
|
||||
Succesful ASM optimization Pass5AfterRtsElimination
|
||||
Succesful ASM optimization Pass5UnreachableCodeElimination
|
||||
ASSEMBLER
|
||||
//SEG0 Basic Upstart
|
||||
.pc = $801 "Basic"
|
||||
|
@ -1589,7 +1589,7 @@ main: {
|
||||
}
|
||||
|
||||
Removing unreachable instruction jmp b2
|
||||
Succesful ASM optimization Pass5AfterRtsElimination
|
||||
Succesful ASM optimization Pass5UnreachableCodeElimination
|
||||
ASSEMBLER
|
||||
//SEG0 Basic Upstart
|
||||
.pc = $801 "Basic"
|
||||
|
@ -1407,7 +1407,7 @@ main: {
|
||||
}
|
||||
|
||||
Removing unreachable instruction rts
|
||||
Succesful ASM optimization Pass5AfterRtsElimination
|
||||
Succesful ASM optimization Pass5UnreachableCodeElimination
|
||||
ASSEMBLER
|
||||
//SEG0 Basic Upstart
|
||||
.pc = $801 "Basic"
|
||||
|
@ -4445,7 +4445,7 @@ fillscreen: {
|
||||
}
|
||||
|
||||
Removing unreachable instruction rts
|
||||
Succesful ASM optimization Pass5AfterRtsElimination
|
||||
Succesful ASM optimization Pass5UnreachableCodeElimination
|
||||
ASSEMBLER
|
||||
//SEG0 Basic Upstart
|
||||
.pc = $801 "Basic"
|
||||
|
@ -10791,7 +10791,7 @@ fillscreen: {
|
||||
}
|
||||
|
||||
Removing unreachable instruction rts
|
||||
Succesful ASM optimization Pass5AfterRtsElimination
|
||||
Succesful ASM optimization Pass5UnreachableCodeElimination
|
||||
ASSEMBLER
|
||||
//SEG0 Basic Upstart
|
||||
.pc = $801 "Basic"
|
||||
|
@ -9917,7 +9917,7 @@ initscreen: {
|
||||
}
|
||||
|
||||
Removing unreachable instruction rts
|
||||
Succesful ASM optimization Pass5AfterRtsElimination
|
||||
Succesful ASM optimization Pass5UnreachableCodeElimination
|
||||
ASSEMBLER
|
||||
//SEG0 Basic Upstart
|
||||
.pc = $801 "Basic"
|
||||
|
Loading…
Reference in New Issue
Block a user