Search found 252 matches

by Tinyfpga
Sat May 27, 2023 10:47 am
Forum: Software & Programming
Topic: WHEN ERROR in Qlib
Replies: 9
Views: 993

Re: WHEN ERROR in Qlib

Dilwyn wrote :- No indication in the docs as to whether COMPIL$ does error trapping. Your replies have been very helpful. Thank you for the time you have spent doing this. I noticed an earlier forum discussion on EVAL type instructions and I am goibg to try and follow it when I have the time to do ...
by Tinyfpga
Fri May 26, 2023 5:29 pm
Forum: Software & Programming
Topic: WHEN ERROR in Qlib
Replies: 9
Views: 993

Re: WHEN ERROR in Qlib

Thank you for your comprehensive reply. I will try to follow your examples in the environment you mention once I have created it.

I tried Q_ERR_ON and on my setup this did not seem to work with EVAL.
by Tinyfpga
Fri May 26, 2023 2:22 pm
Forum: Software & Programming
Topic: WHEN ERROR in Qlib
Replies: 9
Views: 993

WHEN ERROR in Qlib

I have been struggling recently with a program I am trying to write using the instructions EVAL and COMPIL$. My problem lies with the fact that this combination within QPC2 and Qlib fails when a non arithmetic string is passed to it. Now you may ask why one would to do this and the answer to that, i...
by Tinyfpga
Wed Mar 01, 2023 2:32 pm
Forum: Software & Programming
Topic: Sub Things
Replies: 12
Views: 2656

Re: Sub Things

Norm wrote:-Many years ago, I was writing Assembly Language articles in QL Today and I decided to take a look at things. Back then, it seemed that the only person writing Things was Jochen Merz, I emailed Jochen and suggested an article for QL Today would be nice, on the matter of writing Things. H...
by Tinyfpga
Wed Mar 01, 2023 1:25 pm
Forum: Software & Programming
Topic: Sub Things
Replies: 12
Views: 2656

Re: Sub Things

As Derek remarks: Things do not seem to be a thing of interest on this forum and in the absence of a reply to my post I have spent a few hours collating all that I could find on the subject. The results might prove to be useful. I have scanned through the documents and have succeeded in creating an ...
by Tinyfpga
Sat Feb 25, 2023 12:36 pm
Forum: Software & Programming
Topic: Sub Things
Replies: 12
Views: 2656

Re: Sub Things

tofro wrote:- George Gwilt (anyone heard of him, recently, BTW?) has written a set of excellent articles in QL Today on Thing usage and creation. I thought I would see how many things are created by one of my QPC/SMSQE setups. The answer is 47. I know what 36 of them do but not the rest, and I have...
by Tinyfpga
Thu Mar 10, 2022 1:50 pm
Forum: Help for New Users
Topic: QL Tinkering
Replies: 285
Views: 188700

Re: QL Tinkering

RalfR posted:-The move mechanism is simple After a bit of fiddling about I compiled your demo to produce a window, moveable with CF4. I downloaded esyptr from MK's website to obtain the WMOV instruction. The unzipped file contained quite a few files that might have contained WMOV. I viewed them all...
by Tinyfpga
Thu Mar 10, 2022 10:44 am
Forum: Help for New Users
Topic: QL Tinkering
Replies: 285
Views: 188700

Re: QL Tinkering

Thank you for your recent replies. I have decided to download all of QBITS' programs and documents to see what I can learn from them. As everyone agrees the pdf documentation is first class. What programs were used to create the documents? I can understand Derek's post (just). Am I right in thinking...
by Tinyfpga
Wed Mar 09, 2022 8:45 pm
Forum: Help for New Users
Topic: QL Tinkering
Replies: 285
Views: 188700

Re: QL Tinkering

I agree with the comments made by derek_stewart:- I really like the QBITS manuals. stevepoole:- Your program looks great. bwinkel67:- All these programs seem really neat. My problem is that I can't get them to run well (or even at all) on my SMSQE configuration. I have a question:- Where is the file...
by Tinyfpga
Fri Feb 25, 2022 11:19 pm
Forum: Software & Programming
Topic: SMS2 and STELLA
Replies: 109
Views: 15406

Re: SMS2 and STELLA

I am not sure what I am looking at (FPGAs that is). But here goes anyway:- The SMS2 PEROM has a capacity of 128Kbytes. This is large enough to contain the OS and its drivers, the Thing system, user interface, QPAC2, SBASIC, an editor, CLI etc. etc. The Stella kernel is more powerful than SMS2 and sm...