Welcome, Guest. Please login or register.

Author Topic: How to load a game ... C64  (Read 5053 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Lurch

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Dec 2003
  • Posts: 1716
    • Show all replies
Re: How to load a game ... C64
« on: August 11, 2011, 09:48:54 AM »
Quote from: TheMud;654026
Oh forgot. Paid 130€ for all of it  -  like 9.000 US $ at the current rate :-D Haha...

Disk? Then usually load "*",8,1 gets most things going :-) or as below...

LOAD "FILENAME",8 loads a program from the first disk-drive

LOAD"*",8 loads the first file
LOAD"A*",8 loads the first file whose name begins with A
LOAD"A*C",8 loads the first file whose name begins with A and ends with C, with any or no included characters.
LOAD"A?C",8 loads the first file whose name consist of the three letters, where the first letter is A and the last is C. The ? is a wildcard which matches any single char
LOAD "$",8 loads the disk directory
-=[LurcH]=-
A500 Plus Black 030@40MHz 128MB | A1200T 060@80MHz 320MB | Pegasos II G4@1GHz 1GB  | Amiga Future Sub
 

Offline Lurch

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Dec 2003
  • Posts: 1716
    • Show all replies
Re: How to load a game ... C64
« Reply #1 on: August 11, 2011, 09:51:15 AM »
Sometimes "run" maybe needed, but LOAD "*",8,1 usually does everything :-)
-=[LurcH]=-
A500 Plus Black 030@40MHz 128MB | A1200T 060@80MHz 320MB | Pegasos II G4@1GHz 1GB  | Amiga Future Sub