
I was trying to proceed but shame of me...
I have 640KB if necessary in real QL. But I use for first testing QEmulator in free version.tofro wrote: Tue Dec 31, 2024 6:02 pm Assume you have a QL with enough memory and TK2 loaded. Further assume you have a floppy drive
It has a floppy option but I couldn't make it work. All time error message "not a QDOS disk". Without even allows me to choose a directory or ZIP or MDV image to treat it as Floppy.
I downloaded the zips you linked but wouldn't loaded as disk images. I could mount it as directories in QEmulator I guess. But not sure if it will work. Trying it later.tofro wrote: Tue Dec 31, 2024 6:02 pmDone.
- Load Turbo Toolkit: LRESPR flp1_turbo_tk_cde
- Set the default drive to the device and directory where your turbo compiler is: DEFAULT_DEVICE flp1_turbo_
- Load your S*BASIC Program: LOAD flp1_compileme_bas
- compile it: CHARGE
- Run it (depends on how you named it in the window before under OBJECT): EX flp1_test_task
That assumes you have downloaded Turbo Toolkit and placed it as flp1_turbo_tk_cde, then
downloaded the Turbo compiler and put the two _task files in there into flp1_Turbo_
I have gotten some manuals and ready to read once I get work your easy example firstly. Otherwise I'll get stack on the first step (loading the compiler).tofro wrote: Tue Dec 31, 2024 6:02 pm The actually are a lot of switches and fiddly screws to mess with. But the above should get you going and we can take it from there. And you should really read the manuals, both the Toolkit and Compiler manual. They're really good and worth a read.