Hi there.
YOU WROTE:
> oh and i had a problem with calling the list function.
> -_> load"*",8,1
> -_> list
> then i received strange messages. something about systemthings. did i
> something wrong or is it not year 2000 compatible :((((( but i can run
If you want to load the disc directory on you C64 type
LOAD "$",8
----- notice: when you wnat to load the directory you DON'T write ,8,1
only ,8
Get it?
if you want to load a program type:
LOAD "program",8,1
----- notice: again, some programs (very few) will only load correct if
you omit the ,1 so if the suffix ,8,1 doesn't work try ,8 instead
I hope this will help.
Jens