mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-24 14:31:15 +00:00
fixed tests
This commit is contained in:
parent
d7b8f6ae55
commit
d111836faf
@ -1,4 +1,4 @@
|
||||
// Black Hole at the center of the BASIC screen sucking in letters
|
||||
// Clears start screen throwing around the letters (by turning them into sprites)
|
||||
.pc = $801 "Basic"
|
||||
:BasicUpstart(main)
|
||||
.pc = $80d "Program"
|
||||
|
@ -4298,7 +4298,7 @@ Allocated zp ZP_BYTE:157 [ processChars::$33 ]
|
||||
|
||||
INITIAL ASM
|
||||
//SEG0 File Comments
|
||||
// Black Hole at the center of the BASIC screen sucking in letters
|
||||
// Clears start screen throwing around the letters (by turning them into sprites)
|
||||
//SEG1 Basic Upstart
|
||||
.pc = $801 "Basic"
|
||||
:BasicUpstart(bbegin)
|
||||
@ -6917,7 +6917,7 @@ Allocated (was zp ZP_BYTE:148) zp ZP_BYTE:59 [ processChars::ypos#0 ]
|
||||
|
||||
ASSEMBLER BEFORE OPTIMIZATION
|
||||
//SEG0 File Comments
|
||||
// Black Hole at the center of the BASIC screen sucking in letters
|
||||
// Clears start screen throwing around the letters (by turning them into sprites)
|
||||
//SEG1 Basic Upstart
|
||||
.pc = $801 "Basic"
|
||||
:BasicUpstart(bbegin)
|
||||
@ -9405,7 +9405,7 @@ FINAL ASSEMBLER
|
||||
Score: 243658
|
||||
|
||||
//SEG0 File Comments
|
||||
// Black Hole at the center of the BASIC screen sucking in letters
|
||||
// Clears start screen throwing around the letters (by turning them into sprites)
|
||||
//SEG1 Basic Upstart
|
||||
.pc = $801 "Basic"
|
||||
:BasicUpstart(main)
|
||||
|
Loading…
Reference in New Issue
Block a user