scene.org File Archive

File download

<root>­/­parties­/­2022­/­vccc22­/­christmas_star_challenge/explorer_atari_basic_vc3-2022.zip

File size:
7 584 bytes (7.41K)
File date:
2022-12-30 11:32:13
Download count:
all-time: 6

Preview

  • explorer_atari_basic_vc3-2022/ dir
  • explorer_atari_basic_vc3-2022/file_id.diz 660B
  • explorer_atari_basic_vc3-2022/result.png 1.60K
  • explorer_atari_basic_vc3-2022/source.png 2.60K
  • explorer_atari_basic_vc3-2022/source.txt 232B
  • explorer_atari_basic_vc3-2022/STAR.BAS 297B
  • explorer_atari_basic_vc3-2022/STAR.LST 232B

file_id.diz

Cross crossing stars

Author: Joaquin Ferrero
Category: Christmas Challenge
System:   Atari 8 bits
Language: BASIC. Rev. C in OS BB01 Rev. 4
Len source code: 232
Len exe file:    297
Len code only:   271
Instructions:
Emulator Atari800
ATARIXL.ROM file (16 KB)
atari800 -basic -xlxe_rom ATARIXL.ROM -run STAR.BAS
Description:
Once the graphic mode 0 started, a loop is made that repeatedly draws 4 crossings of 9 characters wide
using the method of throwing characters with PLOT and DRAWTO.
Comments:
It has preferred to maintain the readability of the main lines to save some bytes compacting sentences in less lines.
POKE 755 is necessary to hide the cursor.