57STAR Author: STK Category: Christmas Challenge System: VIC-20 Language: Assembler (ACME: acme -f cbm -o 57star 57star.src) Len source code: 511 Len exe file: 71 Len code only: 57 Instructions: LOAD"57STAR",8 RUN Description: The table contains in reversed order how many times stars and spaces have to be written on the screen for the upper half of the star. The lower half is done by walking through the table in the opposite direction. Comments: For VIC-20 without RAM expansion.