Lardlad
Member
Also the command to load the directory would be:
LOAD "$",8
Don't add the ,1 to the end. That's only for loading a binary. LOAD "*",8,1 for instance would load the first program from the disk.
LOAD "$",8
Don't add the ,1 to the end. That's only for loading a binary. LOAD "*",8,1 for instance would load the first program from the disk.