Cross crossing stars Author: Joaquin Ferrero Category: Christmas Challenge System: Atari 8 bits Language: BASIC. Rev. C in OS BB01 Rev. 4 Len source code: 232 Len exe file: 297 Len code only: 271 Instructions: Emulator Atari800 ATARIXL.ROM file (16 KB) atari800 -basic -xlxe_rom ATARIXL.ROM -run STAR.BAS Description: Once the graphic mode 0 started, a loop is made that repeatedly draws 4 crossings of 9 characters wide using the method of throwing characters with PLOT and DRAWTO. Comments: It has preferred to maintain the readability of the main lines to save some bytes compacting sentences in less lines. POKE 755 is necessary to hide the cursor.