08-08-2021, 07:49 AM
(08-07-2021, 09:39 PM)nitrofurano Wrote: recently i was trying this
https://worldofspectrum.org/forums/discu...n-assembly
is there some more efficient way, that works?
all my examples there were totally made on ZX-Basic Compiler - i'm now stuck in the last one, i only can load one file when it was supposed to load more...
I see you're using just plain assembler. You should remove the
asm...
end asmlines and assemble directly with zxbasm (bundled with the compiler) to discard it's not a bug in the assembler code. Once this works, we can debug the rest. Remember ZX Basic adds a little header when compiler. You can use also
--headerlessso no ASM prologe will be added, to discard some interaction.
Someone did a +3 Filebrowser in the past, but it's no longer online

https://www.boriel.com/forum/showthread....34#pid3334
Perhaps you can contact him so we can rescue the listing?