Verz - Vc3-2023 Author: Verz!!! Category: Christmas Challenge System: C64 Language: Assembler Len source code: 275 bytes Len exe file: 59 bytes Len code only: 45 bytes Instructions: Drop it on VICE ;) Description: The approach is straightforward: the whole shape is made line by line, char by char, evaluating if a space is needed, or an asterisk; two counters are decremented, an whenever they reach 0 an asterisk is printed; one counter keeps track of asterisk going leftward, the other for the ones going toward the right. Comments: