100 STARRY BYTES Author: Dave Hart Category: Christmas Challenge System: BBC Model B Language: 6502 Asm Len source code: 1204 bytes Len exe file: 100 bytes Len code only: 100 bytes Instructions: Compiled with vasm6502, packed with BBCIM Tested on BeebEm & B2 TO RUN: Load disk: Star.ssd Run command: *RUN !BOOT Description: It draws a star... what more could you possibly want? Data contains run length of * and space chars and it simply iterates thorough, the MSB of the run length value indicates a new line Could probably halve the data size and reverse back through, but the extra code would give minimal, if any, gains There's probably a super fancy equation to draw this figure, but I R NO SMRT Comments: Was fun - gimme another :)