English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I made a question days ago asking for the command to load a program from a floppy in a commodore 64 and I got the syntax you see above...my question is, if i don't know exactly what's inside the floppy, what should I write instead of "*"?

2006-12-04 00:31:11 · 3 answers · asked by Queen of the Rÿche 5 in Computers & Internet Programming & Design

"*" stands for the name of the program you want to load...

2006-12-04 00:43:26 · update #1

3 answers

hi

the load "*",8,1 command is the commodore disk operating system (dos) command for loading the first file on the drive regardless of it's name hence the *, and yes the commodore does accept wildcards in it, here is a short list of dos commands for you:

load "$",8 = directory, you have to write "list" and press enter after issuing this command as the commodore 64 dos loads the directory as a basic program so u got to list it after loading.

then u should write this to load a program from a disk after loading and listing the directory:

new
load"whateverprogramnameuwanttoload",8,1 = if its a machine language program

load"whateverprogramnameuwanttoload",8 = if its a basic program

and then type either "run" (for basic programs) or "sysxxxx" (for machine laguage programs) where xxxx is the start address of the program

hope this works, any doubt feel free to ask me

by the way what u use a real c64 or a emulated one??? (i use both)

2006-12-05 23:50:45 · answer #1 · answered by Lurd Reithem 2 · 1 0

Cell phones. Particularly people who shout into them in public places. A dollar a second would be fine with me. After sixty seconds the tax should increase to ten bucks a second. Given all the bozos that commit this 'sin' we could clear the national debt over a long weekend.

2016-03-13 03:15:22 · answer #2 · answered by Anonymous · 0 0

I assume the person meant the * to ba a wild card and that using that command with the "*" meant load the next file no matter what it is.

Not sure if the C64 understood wild cards, you could try "" with nothing in it. Been awhile since I played with one of them.

2006-12-04 00:35:43 · answer #3 · answered by Anonymous · 0 1

fedest.com, questions and answers