GeirS VCCC2023 MEGA65 ASM 46 Author: Geir Straume Category: Christmas Challenge System: MEGA65 Language: Assembler (ACME) Len source code: 2233 bytes (lots of comments in the code) Len exe file: 64 bytes Len code only: 46 bytes (excl. load address and BASIC stub) Instructions: Install the Xemu emulator (https://github.lgb.hu/xemu/), drag and drop the code.prg file into it. Description: The code displays the shape on the screen by drawing diagonal lines, reversing directions when edges are reached. For the entire shape to be drawn, some "random" direction changes are also done. The code loops forever, drawing the shape over and over. See commented source code for further implementation details.