0-style star Author: specter Category: Christmas Challenge System: Atari Language: BASIC - Atari BASIC rev. C Len source code: 188 Len exe file: VCCC.BAS file is 273 bytes Len code only: <# bytes> (valid for assembler only; length of executable without BASIC stub) Instructions: Using ALTIRRA: File -> Open Image -> select VCCC.BAS Description: Data statement stores the offset and length of segments of the shape which are then mirrored 4-ways by the code. Comments: This is a pretty boring implementation. I did learn that DATA takes up a lot of space in the .BAS file because each entry is stored as a floating point value. So, the .BAS file ended up being 85 bytes longer than the source text. I optimized for source text length. I also wanted some color (Green) in it so I spent some bytes on that.