diff --git a/src/test/ref/complex/clearscreen/clearscreen.asm b/src/test/ref/complex/clearscreen/clearscreen.asm index 15a7fe044..f3f6dd0a0 100644 --- a/src/test/ref/complex/clearscreen/clearscreen.asm +++ b/src/test/ref/complex/clearscreen/clearscreen.asm @@ -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" diff --git a/src/test/ref/complex/clearscreen/clearscreen.log b/src/test/ref/complex/clearscreen/clearscreen.log index 4628192a7..738924522 100644 --- a/src/test/ref/complex/clearscreen/clearscreen.log +++ b/src/test/ref/complex/clearscreen/clearscreen.log @@ -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)