scene.org File Archive

File download

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

File size:
100 948 bytes (98.58K)
File date:
2024-12-29 14:13:04
Download count:
all-time: 0

Preview

  • atari-asm/ dir
  • atari-asm/atari-asm-result.png 1.21K
  • atari-asm/atari-asm-source.png 80.29K
  • atari-asm/dmsc-gift-asm.gif 12.91K
  • atari-asm/dmsc-gift-asm.mp4 24.75K
  • atari-asm/file_id.diz 726B
  • atari-asm/gift-asm.atr 90.02K
  • atari-asm/gift.asm 989B
  • atari-asm/gift.com 68B

file_id.diz

Gift for Atari 8-bit computers in 6502 assembly

Author: dmsc
Category: Christmas Challenge
System:   Atari 8-bit
Language: Assembler
Len source code: 662
Len exe file:    68
Len code only:   62
Instructions:
  With the provided ATR floppy disk image, just boot and type GIFT to run the
  program.

Description:
  The program has two parts:

  - To print the bow, a loop with a table is used, this is only two bytes
    shorter than printing the 3 characters directly.

  - To print the gift, a loop of rows and columns is made keeping a counter to
    change the symbol each 9 characters. This counter is done using a rotating
    bit through carry.

  To assemble the source, use the MADS assembler.