-
-
Save worldofchris/b9e9491aac06d2d16790 to your computer and use it in GitHub Desktop.
It's a C64 xmas
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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