HOW THE CODE WORKS

The code displays a Christmas tree by alternatingly printing (using a
C64 KERNAL routine) a number of space and asterisk characters.

The character counts are retrieved from a table of 28 bytes.

See also the source code with comments (source.asm), which may be
assembled using DASM (https://dasm-assembler.github.io/).
