scene.org File Archive

File download

<root>­/­parties­/­2025­/­vccc25­/­christmas_challenge/maba_c64_basic_236b_vc3-2025.zip

File size:
115 067 bytes (112.37K)
File date:
2025-12-30 23:34:07
Download count:
all-time: 2

Preview

  • maba_c64_basic_236b_vc3-2025/ dir
  • maba_c64_basic_236b_vc3-2025/file_id.diz 859B
  • maba_c64_basic_236b_vc3-2025/maba_c64_basic_236b_vc3-vc3-2025.prg 238B
  • maba_c64_basic_236b_vc3-2025/maba_c64_basic_236b_vc3-vc3-2025_code.jpg 72.10K
  • maba_c64_basic_236b_vc3-2025/maba_c64_basic_236b_vc3-vc3-2025_result.jpg 196.95K
  • maba_c64_basic_236b_vc3-2025/maba_c64_basic_236b_vc3-vc3-2025_SourceCode.txt 263B

file_id.diz

Snowflake

Author: maba
Category: Christmas Challenge
System:   C64
Language: BASIC V2
Len source code: 238
Len exe file:    238
Len code only:   236
Instructions: 
Install vice, drag and drop the prg file into it or use original C64 hardware

Description:
The program uses a simple print routine that is controlled via a control string. 
The print routine reads, starting from the 10th position, the number of spaces to be printed through a loop and prints them. 
Afterwards, a star is always printed, and the next number of spaces is retrieved from the control string. 
If an "E" is read from the control string, a carriage return (CR) is executed. 
The first 9 characters are used to generate a string with the corresponding length of spaces from the read number. 

Comments:
Thanks to Logiker for organizing this challenge every year