Search found 222 matches
- Thu May 29, 2025 11:02 am
- Forum: Software & Programming
- Topic: My "from PACKAGE import *" (Python) simulation project (reflection)
- Replies: 65
- Views: 6406
Re: My "from PACKAGE import *" (Python) simulation project (reflection)
...sorry for being a dummy, just did not the message correctly, brain is getti g mesxing, breathing solder flux...
I like the idea of libraries of Superbasic prcedures and functions, it does sound familiarm I thought there was something aready donem maybe locked in the Quanta Library.
There is ...
- Wed May 28, 2025 11:34 am
- Forum: Software & Programming
- Topic: DBAS Database Documentation - Now available in PDF format.
- Replies: 7
- Views: 409
Re: DBAS Database Documentation - Now available in PDF format.
For INCLUDE with no params, select everything. For EXCLUDE with no params, deselect everything.
That's what I would expect, but it seems to say the opposite...or am I just not getting the wording?
This works as expected in S*Basic in my SuQcess program.
Norman's attempts in ASM appear to ...
- Thu May 01, 2025 10:56 am
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 256
- Views: 35494
Re: Q_Liberator malaise
fer=FEXF(filename$) I can't find FEXF in WL's Reference guide :(
One F too much - It's FEX, likely.
FEW, FEX are SMSQ/E v3+ keywords and there are also FEXP (Lightning math) & FEXP$ (TK2,Minerva).
FEX, FEX$, FEX_W; FEXF, FEXF_W are (old) FI2 keywords, and now replaced by FI2_CALL to avoid ...
- Sat Apr 26, 2025 10:56 am
- Forum: Software & Programming
- Topic: Structured SuperBASIC
- Replies: 24
- Views: 8082
Re: Structured SuperBASIC
The PAUSE thing is from a line like:
PAUSE #channel, 250
Which I've got rid of now. So that's one out of the way! But I wonder why PAUSE doesn't like parameters.
Annoying, isnt it? I also only rediscovered this recently. Thats why I added PAUSE[#channel,] [timeout] to my Q2S "compatibility ...
- Sat Apr 19, 2025 11:07 am
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 256
- Views: 35494
Re: Q_Liberator malaise
Martin,
Using the same var name as a FOR loop and reassigning it outside the loop is normal practice for me.
Also REP loop names can be assigned values and used as a normal var according to the Jan Jones book.
BSJR
There's an example of the problem on page 6.6 of the QLib manual 'FOR type ...
- Tue Apr 15, 2025 11:01 am
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 256
- Views: 35494
Re: Q_Liberator malaise
...
Why the test QLIb Q60test01 runtimes should affect programs compiled with and included with other runtimes is something I don't understand...
The two mentioned test programs QCoCo and SQRV do not have Qlib_run included but expect this to be part of the system's Boot process. So if any change ...
- Thu Apr 10, 2025 10:46 am
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 256
- Views: 35494
Re: Q_Liberator malaise
Hi Martin,
Although your patch program did not work, here is something that indicates that FOR loop variables are at least part of the incompatibility of QLib with copyback. I have a small program to copy the screen to a pic file. The program does not copy the screen correctly when compiled and ...
- Tue Mar 18, 2025 12:04 pm
- Forum: Software & Programming
- Topic: Small problem with QBase
- Replies: 13
- Views: 1173
Re: Small problem with QBase
I can indeed be specific.
(...very specific...)
I'm currently using DBAS version 2.13 if that makes any difference?
I am in the process of attempting to get a minimal working program so that I can test this out further.
HTH
Cheers,
Norm.
Thanks Norman.
As I indicated, for SuQcess we only use ...
- Mon Mar 17, 2025 11:18 am
- Forum: Software & Programming
- Topic: Small problem with QBase
- Replies: 13
- Views: 1173
Re: Small problem with QBase
The problem is that I see a small error in the "Select" option; the '=' and '<>' operators seem to be swapped. Also, the '<' and '>' operators.
There's actually a bug in DBAS on the select function, I think. The docs say to do one thing, but the C68 library does the opposite. This reverses ...
- Thu Feb 27, 2025 11:11 am
- Forum: Hardware
- Topic: QXL card (original) memory question
- Replies: 23
- Views: 2641
Re: QXL card (original) memory question
Gents,
I found a QXL card in my stash of old Sinclair machines. I got it somehow many years ago and never used it.
It says QXL 2B on the back and has 8 SIPPs installed. Those are TC514400 ones. Googled it and they are 1Mb x 4bit RAM.
The CPU says XC68EC040RC 25 B. Is that the 25 MHz version ...