Skip to content

Instantly share code, notes, and snippets.

@worldofchris
Created December 24, 2014 20:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save worldofchris/b9e9491aac06d2d16790 to your computer and use it in GitHub Desktop.
Save worldofchris/b9e9491aac06d2d16790 to your computer and use it in GitHub Desktop.
It's a C64 xmas
10 PRINT "HAPPY XMAS ";
20 POKE 53280, 0
30 POKE 54281, 0
40 FOR X = 1 TO 500
50 NEXT X
60 PRINT "HAPPY CHRISTMAS ";
70 POKE 53280, 2
80 POKE 53281, 2
90 FOR Y = 1 TO 500
100 NEXT Y
110 GOTO 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment