Search found 240 matches

by EmmBee
Mon Jul 19, 2021 7:09 pm
Forum: Software & Programming
Topic: Dr. Jim's QL Dumping Ground
Replies: 94
Views: 25763

Re: Dr. Jim's QL Dumping Ground

So Ive learnt two new things about FOR loops quite recently, summed up here: FOR i = 1 to 5 STEP 2, 8: REMark Note the REMark! (SMSQ/E only!) PRINT i END FOR i Thanks for letting me know, Per. I’ll make some corrections to QLiberator and release a new version, soon. Coming back on topic, about the ...
by EmmBee
Sun Jul 11, 2021 12:14 am
Forum: Software & Programming
Topic: Dr. Jim's QL Dumping Ground
Replies: 94
Views: 25763

Re: Dr. Jim's QL Dumping Ground

Hails! Anyway, here's the listing. You know what to do with it. Hails! Trying the program with 999983 took 34 seconds. This was using QPC2 v4.05. I was rather surprised at such a slow timing, especially since I have recently upgraded my PC to use a solid-state drive. Looking through the code, I see...
by EmmBee
Sat Mar 13, 2021 1:16 pm
Forum: Software & Programming
Topic: Running Cport from Win1_
Replies: 36
Views: 7945

Re: Running Cport from Win1_

There is one such line here ... 11413 FOR var9400 = 1 TO 12 STEP 1 : READ : var9AA0$(** Stack empty ** TO var9400%) = var9400% : END FOR var9400% I was going to interpret this as 11413 FOR var9400 = 1 TO 12 : READ var9AA0$(var9400) Note the index name of var9400 only would be used - and not var9400%
by EmmBee
Fri Mar 12, 2021 9:18 pm
Forum: Software & Programming
Topic: Running Cport from Win1_
Replies: 36
Views: 7945

Re: Running Cport from Win1_

I am working on the results of decompiling (thanks Martin) DP Astrologer and Astronomer. The _bas resulting is not too bad in respect of the result I got from Cport_bas Fabrizio Hi Fabrizio, In DP Astrologer and Astronomer, are you getting any ** Stack empty ** 's ? In Cport_bas there are quite a f...
by EmmBee
Wed Mar 10, 2021 7:12 pm
Forum: Software & Programming
Topic: Running Cport from Win1_
Replies: 36
Views: 7945

Re: Running Cport from Win1_

Hi, I've finally managed to decompile Cport, and Cfix. With Cport, I get just over 6,000 lines of code. This is all looking good. We should be able to do everything we did with QLiberator. We can learn from experiences - there were a lot of single-line IF statements, where the terminating END IF cou...
by EmmBee
Wed Mar 10, 2021 12:27 pm
Forum: Software & Programming
Topic: NameCheck
Replies: 44
Views: 11486

Re: NameCheck

Hi Dilwyn,

I am getting the same error as Steve.
My guess is that we don't have your very latest program.
There is no "REPORT_ERROR", no "FOUND" and no "choice" names in namecheck03, but these names show up in your .jpg file.

EmmBee
by EmmBee
Fri Mar 05, 2021 1:45 pm
Forum: Software & Programming
Topic: Running Cport from Win1_
Replies: 36
Views: 7945

Re: Running Cport from Win1_

Hi per, Whenever I get a name-table clash, it usually crashes QPC , taking loads of work-in-progress programs and RESPR'ed codes with it. Yeuch ! Luckily, I have most common 'clashes' in mind, so this happens less and less often. But what about when you load up someone else's code, or offer your co...
by EmmBee
Wed Feb 24, 2021 11:59 pm
Forum: Software & Programming
Topic: The comp.sys.sinclair Crap Games Competition 2021: 25th edition extravaganza!
Replies: 126
Views: 38356

Re: The comp.sys.sinclair Crap Games Competition 2021: 25th edition extravaganza!

I'm still having problems with the compiled version, though - on QemuLator 3.3.1 it will load and execute but immediately quit to the programming prompt as soon as the high score table appears. I don't know if it's something I'm doing wrong or whether the compiler is still throwing a strop. Of cour...
by EmmBee
Wed Jan 27, 2021 10:45 pm
Forum: Software & Programming
Topic: TURBO'd app that hangs the QL on termination...
Replies: 45
Views: 17127

Re: TURBO'd app that hangs the QL on termination...

Hi Martyn, You are welcome to try my tracking program if you wish. I’m hoping you will, it could help to verify your initial findings. The above said, since your compiled code executes right up to the STOP, my program will probably not be able to offer any more reports. I do have another suggestion ...