scene.org File Archive

File download

<root>­/­parties­/­2021­/­vintagecomputingchristmaschallenge21­/­challenge/oss003_acornatom_assembler_vc3-2021.zip

File size:
30 335 bytes (29.62K)
File date:
2021-12-25 12:55:53
Download count:
all-time: 15

Preview

  • file_id.diz 940B
  • tree.atm 72B
  • tree.inc 493B
  • tree.lst 3.01K
  • tree.png 27.61K

file_id.diz

====================================================
Christmas Challenge
====================================================

Author:      Kees van Oss

System:      Acorn Atom

Language:    Assembler CC65

Code-len:    72 bytes (executable including header)
             50 bytes (executed code)

Emulator:    Atomulator

Usage:       Download and unzip Atomulator
             Copy tree.atm into the MMC directory
             Start Atomulator
             Type: *TREE.ATM

Description: A table is read with the value how many stars have to be printed.
             Then HPOS = (screen width - nr stars) / 2 is calculated
             Line with spaces, stars and CRLF is printed
             This is repeated for all lines

Files:       tree.atm  -> Executable
             tree.inc  -> Native source file
             tree.lst  -> Assembler output list
             tree.png  -> Screenshot image