scene.org File Archive

File download

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

File size:
70 186 bytes (68.54K)
File date:
2022-12-30 11:32:13
Download count:
all-time: 7

Preview

  • file_id.diz 696B
  • vc3kjdos.asm 705B
  • vc3kjdos.com 74B
  • vc3kjdos.png 12.41K
  • vc3kjdos_min.asm 341B
  • vc3kjdos_src.png 59.76K

file_id.diz

KeyJ's DOS Star

Author:   KeyJ / TRBL
Category: Christmas Challenge
System:   IBM PC or compatible
Language: Assembly
Len source code: 341 bytes (minified assembly source)
Len exe file:    74 bytes (DOS .COM file)
Len code only:   74 bytes (DOS .COM files are code-only)

Instructions:
- assemble with yasm:
  $ yasm -f bin -o vc3kjdos.com vc3kjdos_min.asm
  - other assemblers should work too, but haven't been tested
- run in a DOS emulator like DOSBox:
  $ dosox vc3kjdos.com

Description:
A very straightforward implementation that uses a parametric description of
the star shape.

Comments:
I'd be soooo not surprised if HellMood fits this in 64 bytes or less ... :)