Forum
Microdrive or +3 Disk support when saving & loading - Printable Version

+- Forum (https://www.boriel.com/forum)
+-- Forum: Compilers and Computer Languages (https://www.boriel.com/forum/forumdisplay.php?fid=12)
+--- Forum: ZX Basic Compiler (https://www.boriel.com/forum/forumdisplay.php?fid=11)
+---- Forum: Help & Support (https://www.boriel.com/forum/forumdisplay.php?fid=16)
+---- Thread: Microdrive or +3 Disk support when saving & loading (/showthread.php?tid=2475)



Microdrive or +3 Disk support when saving & loading - jonesypeter - 08-10-2023

Hi,

I'm creating an application with lots of arrays and wondered if the save and load commands support the microdrive syntax, or saving to +3 Disk?

Many thanks

Peter


RE: Microdrive or +3 Disk support when saving & loading - boriel - 08-12-2023

Unfortunately not, but maybe there is a library to use the microdrive.
If I find out about something, I will post it here.

Also, if you know how to access the microdrive from ASM I can guide you to create your library.
ZX Basic allows using ASM, so it's possible to create a library for the microdrive.


RE: Microdrive or +3 Disk support when saving & loading - cronomantic - 08-15-2023

Just for fun, I developed a +3 library wrapper for ZxBasic. Its here.

It could be useful. Wink