Skip to content

Instantly share code, notes, and snippets.

@tomaes
Created March 5, 2014 15:16
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 tomaes/9369219 to your computer and use it in GitHub Desktop.
Save tomaes/9369219 to your computer and use it in GitHub Desktop.
an attempt to do a credits scroll routine in glorious Commodore Basic v2 (c64); works, but sucks. ;)
1 rem roll dem credits
2 s=53265:k=240:a$(.)="yo!":a$(1)="let's scroll":a$(2)="upwards":a$(3)="smoothly"
3 printa$(i):i=(i+1)and3:forn=7to.step-1:pokes,peek(s)andkorn:forx=.to49:nextx,n:goto3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment