# Vintage Computing Christmas Challenge 2021 Author: Alanna Kelly (Twitter: @alannakelly_ie) System: Commodore 64 Language used: 6502 Assembly (ACME) Length of source code: 69 lines including comments. Length of executable: 76 bytes Length of executed code: 62 bytes ## Instructions ### Emulator Drag the PRG file into VICE and it should autoboot. ### C64 The PRG can be put on an SD card for a 1541 Ulimate, Turbo Chameleon or Kung Fu Flash. ### Assumptions The program assumes that it will be run on startup so memory locations 251 and 252 are expected to be zero. To to run the program correctly again after a run it is required to run the command "poke 251,0:poke 252,0" from basic.