1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-24 14:31:15 +00:00

fixed tests

This commit is contained in:
jespergravgaard 2019-06-18 00:15:54 +02:00
parent d7b8f6ae55
commit d111836faf
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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)