Author: George Kirkham (Geehaf) Category: Christmas Challenge System: Mega65 Language: 6502 Assembler Len source code: 975 bytes Len exe file: 130 bytes Len code only: 108 bytes Instructions: Install the XEMU Mega65 emulator to run this (https://github.lgb.hu/xemu/) by dragging and dropping the .prg file. Description: Basically use a Run Length Encoding approach to output variable lenght strings of * characters to create the star. Comments: Assumes zeropage addresses $ea & $eb hold the starting output screen address.