Skip to content

Instantly share code, notes, and snippets.

@mad4j
Created July 21, 2014 19:52
Show Gist options
  • Save mad4j/2c58dee4b9f4e81497cb to your computer and use it in GitHub Desktop.
Save mad4j/2c58dee4b9f4e81497cb to your computer and use it in GitHub Desktop.
Commodore 64 samples
10 FOR I=0 TO 15
20 : FOR J=0 TO 15
30 : : POKE 53280,I : POKE 53281,J
35 : : PRINT "{CLEAR}{HOME}BORDER:"I", PAPER:"J
38 : : FOR K=0 TO 500 : NEXT K
40 : NEXT J
50 NEXT I
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment