scene.org File Archive

File download

<root>­/­parties­/­2024­/­vccc24­/­christmas_challenge/lechuck_vic20_assembler_87b_vc3-2024.zip

File size:
80 826 bytes (78.93K)
File date:
2024-12-29 14:13:04
Download count:
all-time: 0

Preview

  • box.asm 3.47K
  • box.prg 103B
  • file_id.diz 781B
  • result.jpg 31.89K
  • sourceCode.jpg 66.88K

file_id.diz

Box

Author: Pedro Bermejo
Category: Christmas Challenge
System:   Commodore VIC-20 unexpanded
Language: 6502 Assembler (assembled with CBM PRG Studio)
Len source code: 3545 bytes
Len exe file:    103 bytes
Len code only:   87 bytes
Instructions:
Install vice, start with xvic (VIC unexpanded), drag and drop the prg file into it.
It needs to be loaded with ',1' (in other words, Settings->Host->AutoStart->Load to BASIC start(xxxx) from vice Preferences, need to be unchecked)

Description:
Draws the top bow and, below it, the four squares (drawing upper horizontal line with '+'s and '-'s, then 8 times the '!<8Spaces>!' and, again the horizontal line.

Comments:
Taking advantage of some address locations initialized at system startup to reduce a few bytes...