32000 GRAPHICS 0›32010 BEGIN=PEEK(560)+PEEK(561)*256+4›32020 POKE BEGIN-1,71›32030 FOR ROW=2 TO 12:POKE BEGIN+ROW,7:NEXT ROW›32040 POKE BEGIN+13,65:POKE BEGIN+14,PEEK(560):POKE BEGIN+15,PEEK(561)›32050 END ›