-
Notifications
You must be signed in to change notification settings - Fork 0
Disquettes et Cassettes en BASIC
shazz edited this page Nov 1, 2018
·
3 revisions
Le Commodore 64 n'a pas de mécanisme type autoboot.
Dans la plupart des cas, la commande LOAD “*”,8,1 suffit. Sinon essayer LOAD “0:*”,8,1
- Pour lister le contenu:
LOAD “$”,8puisLIST - Pour charger un programme
LOAD “filename”,8puis RUN. Si ca ne fonctionne pas:LOAD “filename”,8,1 - Parfois
RUNne fonctionne pas, essayerSYS 49152
To load a tape, simply insert the tape, rewind it, then type LOAD and hit return, or hit the shift-Run/Stop key combination.
If a tape has more than one game on it, rewind it, type LOAD “7”,1 and hit return. As the computer finds files, it will print the names. To load a specific title, type LOAD “filename”,1 and hit return, then type RUN.
Source: Commandes usuelles
Apprendre à réparer c'est le futur !
Machines:
-
C64 (Long Boards)
-
C64C (Short Boards)
Ressources