LOAD"$",8 not working on sdcard

Get technical support from the community & developers with specific X16 programs if you can't find the solution elsewhere
(for general non-support related chat about programs please comment directly under the program in the software library)
Post Reply
AuntiePixel
Posts: 5
Joined: Sun Jun 13, 2021 4:29 am

LOAD"$",8 not working on sdcard

Post by AuntiePixel »


When I launch the emulator with an sdcard, the LOAD"$",8 command doesn't work anymore.  When I try it, I get "Searching for $" then "Loading from $0801", and it just sits there indefinitely. The same command returns a directory that I can LIST just fine when I don't mount an sdcard. 

Oddly, the X16 Edit text editor, and the DIR.PRG directory listing apps can get listings from the sdcard. And I'm able to save/load from the sdcard if I already know the file name. With the DIR.PRG program, I can at least get a directory listing, so it's not critical. But I am very confused why the standard BASIC command isn't working. 

Any info or advice that might help enlighten? And thanks again for helping a newbie

User avatar
desertfish
Posts: 1095
Joined: Tue Aug 25, 2020 8:27 pm
Location: Netherlands

LOAD"$",8 not working on sdcard

Post by desertfish »


try DOS"$   instead

AuntiePixel
Posts: 5
Joined: Sun Jun 13, 2021 4:29 am

LOAD"$",8 not working on sdcard

Post by AuntiePixel »


Thanks! that's super useful. Still curious why the basic load command doesn't work, but I won't be using it anymore anyway now I know this. 

Post Reply