![]() |
|
3DOS Commands? - 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: 3DOS Commands? (/showthread.php?tid=2643) |
3DOS Commands? - tubz74 - 2025-10-05 Hi I'm looking at using some 3DOS commands, starting to see how I can cat a disk. I've takend the below code from the +3 manula (pg 200 to 203) which should allow me to get the CAT into memory - the code looks to activate the disk (and for example if I don't attach a disk, it give me abort/retry) but then "reboots"/crashes the emulator back to the +3 menu. I'm assuming that there might be some incompatibility somewhere between, starting reading, and returning contorl to the program. Code is below. Any thoughts? (PS If the ASM didn't crash, the program wouldn't actually do anything anyway yet, as I've not sorted any output, or any caribles) Code: #include <input.bas>RE: 3DOS Commands? - boriel - 2025-10-06 I have no experience in this (you can search for 3DOS in this forum). Some people have managed to do some things: https://forum.boriel.com/showthread.php?tid=529 But unfortunately, these users have abandoned their projects and even the source code is lost. :-( RE: 3DOS Commands? - tubz74 - 2025-10-06 (2025-10-06, 09:19 AM)boriel Wrote: I have no experience in this (you can search for 3DOS in this forum). Some people have managed to do some things: Thanks, done a bit of searching about, and found some 3DOS stuff on world of spectrum, so I'll look at them and see if I can find a solution. RE: 3DOS Commands? - boriel - 2025-10-06 This could be of help to other people. Please comment your finding! :-) |