Jump to content
IGNORED

Good C64 sites


Recommended Posts

Yes, you LOAD"FILE",8 (or other number, depending on which device number you disk has - most common with 8 for the first unit if you have several). Since the C64 doesn't have a DOS shell as per se, you stay inside Basic all the time and use the LOAD command.

 

You also SAVE"FILE",8 to store it. Or more esoteric, VERIFY"FILE",8 to compare if the program in memory is identical to the one on disk.

Link to comment
Share on other sites

LOAD"*",8,1 will load the first file on the disk.

Actually, it'll load the last file loaded since a reset/power-on - and if there hasn't been a last file - it'll load the first file on the disk, like you said.

 

In the typical power-on, load a game type usage, this might seem like trivia (or nitpicking) but when you're checking out a number of files in one session, it actually matters.

 

To be sure you're getting the first file, do:

LOAD":*",8,1

Link to comment
Share on other sites

Couldn't even type in "load" because my C64 keys wouldn't function when I pressed them. Hmm. Must need to be cleaned or something.

Unplug your joysticks, disk drives and anything else from the C64, except the power cable and video cable. Does the keyboard still not work? It's unlikely that your keyboard could be so dirty that *no* keys will work. It could either be a chip gone, or maybe somebody's been inside it and unplugged the keyboard cable internally?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...