Christmas gift VC3 2024 Author: F#READY / Atari Invasion Category: Christmas Challenge System: Atari Language: 6502 Assembly Len source code: 492 Len exe file: 76 Len code only: 70 Instructions: Using Altirra, Use Atari XL/XE OS Rev.2, BASIC Disabled Load 'fready_vc3_2024.xex' Use MADS assembler to assemble source to executable. Description: It draws the horizontal lines '-' first. Draws the vertical lines using the same routine by checking if there was already a character, in case of nothing (space), it draws using '!' character, otherwise it draws a '+'. So, when the lines intersect it will draw a '+'. Finally it will just copy the three '\O/' characters at the right location in screen memory. Comments: Thanks for organising VC3 again. Enjoyed it :)