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

+- Boriel Basic Forum (https://forum.boriel.com)
+-- Forum: Compilers and Computer Languages (https://forum.boriel.com/forumdisplay.php?fid=12)
+--- Forum: ZX Basic Compiler (https://forum.boriel.com/forumdisplay.php?fid=11)
+---- Forum: Help & Support (https://forum.boriel.com/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 - 2023-08-10

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 - 2023-08-12

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 - 2023-08-15

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

It could be useful. Wink