scene.org File Archive

File download

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

File size:
4 641 bytes (4.53K)
File date:
2022-12-30 11:32:13
Download count:
all-time: 8

Preview

  • file_id.diz.orig 2.61K
  • result.png 379B
  • source.png 757B
  • source.txt 175B
  • ZXmasStar.p 1.13K

file_id.diz

1 FOR R=0 TO 16
2 FOR C=0 TO 16
3 PRINT CHR$(23*((((R<13)*(((C>3)*(C<R+5))+((C<13)*(C>11-R))))+((R>3)*(((C<13)*(C>R-5))+((C>3)*(C<21-R)))))>0));
4 NEXT C
5 PRINT
6 NEXT R