scene.org File Archive

File download

<root>­/­parties­/­2023­/­vccc23­/­christmas-diamonds/ehooijmeijer_vic20_assembler_vc3-2023.zip

File size:
81 498 bytes (79.59K)
File date:
2024-01-03 14:15:17
Download count:
all-time: 2

Preview

  • file_id.diz 545B
  • result.png 2.96K
  • source.png 87.23K
  • star.prg 95B
  • vc2023.asm 1.18K

file_id.diz

VC³ 2023 'The Starry Night of Christmas'

Author:   Erik Hooijmeijer / ctrl-alt-dev.nl
Category: Christmas Challenge
System:   Unexpanded VIC-20
Language: Assembler, homegrown
Len source code: 1209
Len exe file:    95
Len code only:   77
Instructions: 
     Install vice, start the VIC-20 emulator, drag and drop the prg file into it
Description: 
     Prints the pattern using the formula ((x % 6 == y % 6) || ((x + y) % 6 == 0))
     Uses standard kernal routines to render the output.
     Mod 6 is calculated by substracting 6 repeatedly.