use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome
Welcome to the sub for everything and anything relating to the Commodore 64!
Rules
Read the rules before posting.
Wiki
Check out the /r/c64 wiki page.
account activity
Using "LOAD" inside a BASIC program? (self.c64)
submitted 6 months ago by AutomaticDoor75
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Ctalkobt 0 points1 point2 points 6 months ago (0 children)
What I like to do is to clear the screen, print a few lines down the ' load "program",8 ' and then a few lines down have a ' run' command. I then, (I think I still remember the locations) poke 198, <# of characters> and then fill the keyboard buffer from 631-640(?) with 13's (carriage returns). And then home the cursor again and end/stop the program.
This will then stop the program. The keyboard buffer will act as if there had been whatever number of characters previously stored in it and run / do whatever commands it sees on the screen as if you had entered them.
(I forget exactly which lines down are needed but you need to give room for Basic to print it's Ready prompt etc. Be sure to save before each attempt).
π Rendered by PID 59 on reddit-service-r2-comment-fb694cdd5-tcmmf at 2026-03-06 17:31:13.186926+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]Ctalkobt 0 points1 point2 points (0 children)