Hi! Some of you might know my humble experiences on cross-compiling to MSX .rom files with Boriel’s ZX-Basic Compiler in these years: http://www.boriel.com/wiki/en/index.php/ZX_BASIC:Released_Pr...
My question is: how can i do the same for .cas and .dsk files, instead of .rom?
The process i used on that was using bash scripts on GNU/Linux (the .sh files you might find on the links from the url above), and i wanted to do the same for .cas or .dsk (as imaginable, GNU/Linux binaries, or Python/Perl/Lua/Ruby scripts are preferable - using dos or ms-windows for that task would be a pain )
Or in the case that these tools that doesn’t exist (binary file embedders for .cas or .dsk), where from can we find technical info that might help us to code such tools?
And in the case that .rom converters to .cas, or to .dsk, might exist (also GNU/Linux binaries or Python/Perl/Lua/Ruby scripts ), where from can we find them?
thanks in advance!
(btw, i guess the same question i guess would also apply to all other cross-compilers, like Pasmo, z88dk, wla-dx, and others)