Created
March 5, 2014 15:16
-
-
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. ;)
This file contains hidden or 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
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