Helpful tips and guides, also new users can ask for help here.
-
martyn_hill
- QL Wafer Drive
- Posts: 1066
- Joined: Sat Oct 25, 2014 9:53 am
Post
by martyn_hill »
Hi Jbizzel!
Jbizzel wrote: Mon Mar 04, 2024 8:48 pm
My boot file looks like this - not with xxxx yyyyy zzzzz, but the file sizes.
Code: Select all
100 base1=RESPR(xxxxx) : LBYTES FLP1_PTR_GEN,base1 : CALL base1
110 base2=RESPR(yyyyy) : LBYTES FLP1_WMAN,base2 : CALL base2
120 base3=RESPR(zzzzz) : LBYTES FLP1_HOT_REXT,base3 : CALL base3
110 LRESPR FLP1_PTR_GEN
120 LRESPR FLP1_WMAN
130 LRESPR FLP1_HOT_REXT
Is there a reason why you appear to be loading and executing each extension twice?
With TK2 loaded/activated, you only need the second set of lines in your boot file, not both.
Perhaps you simply mistyped that code snippet in to the post and you are only running one of the two (mutually exclusive) sets of commands...
-
Jbizzel
- Bent Pin Expansion Port
- Posts: 85
- Joined: Mon Jun 19, 2023 9:56 pm
-
Contact:
Post
by Jbizzel »
martyn_hill wrote: Mon Mar 04, 2024 9:55 pm
Is there a reason why you appear to be loading and executing each extension twice?
Yes, there is: I don't know what I'm doing.
I thought that was perhaps what was going on!
__________________
And beyond it, the deep blue air, that shows
Nothing, and is nowhere, and is endless.
https://jbizzel.itch.io/
-
Derek_Stewart
- Font of All Knowledge
- Posts: 4663
- Joined: Mon Dec 20, 2010 11:40 am
- Location: Sunny Runcorn, Cheshire, UK
Post
by Derek_Stewart »
Hi,
I read the link to the oldmachinery blogspot, I think he has got a few things wrong.
He does not read the Online Superbasic Manual for some reason, which describes all the Superbasic and SBASIC commands and toolkits.
The point the ALTKEY does not work in QED is nonesense, I use this all the time.
Regards,
Derek