If I remove the "SCORE:" :
280 'PRINT "SCORE:"+STR$(scoreP1%)+" -"+STR$(scoreP2%)
The last "PRINT USING FUNCTION" instruction used is some PRINT chr$(a%) used for drawing "Matrix level".
In dump I show that my routine starting at &7000 got eaten (laser_basic_matrixHexa.png)
If I remove Matrix level, and use this "SCORE:" formula :
281 PRINT "SCORE:":LOCATE 7,21:PRINT scoreP1%:LOCATE 11,21:PRINT"-":LOCATE 12,21:PRINT scoreP2%
my LASER BASIC compiled program does grow only 24 bytes per level (laser_basic_skullDump.png)