Re: [Ql-Users] QA.RESRI info incorrect

2018-06-08 Thread gdgqler--- via Ql-Users



> On 14 Feb 2018, at 13:49, pjwitte via Ql-Users  
> wrote:
> 
> |In later versions of the QDOS and SMSQ/E Reference Manual the documentation 
> on QA.RESRI (aka bv.chrix), to test or stretch the arithmetic stack states:
> 
> Vector $11A Reserve Room on Arithmetic Stack QA.RESRI
> Call parameters Return parameters
> D1.L Number of bytes required  D1 ???
> D2 D2.L ???
> D3 D3.L ???
> A0 A0 Preserved
> A1 Pointer to RI stack (rel. A6)   A1 ???
> A2 A2 Preserved
> A3 A3 Preserved
> Error returns:
> IMEM out of memory [SMSQ]
> none [QDOS]
> 
> This is strongly suspected to be incorrect. It should say the following (two 
> corrections):
> 
> ||Vector $11A Reserve Room on Arithmetic Stack QA.RESRI
> Call parameters Return parameters
> D1.L Number of bytes required  D1 ???
> D2 D2.L ???
> D3 D3.L ???
> A0 A0 Preserved
> A1 A1 ???
> A2 A2 Preserved
> A3 A3 Preserved
> Error returns: none

D0 returns the error code under SMSQ but is corrupted under QDOS

George
___
QL-Users Mailing List


Re: [Ql-Users] QPC2 for Mac update

2017-10-09 Thread gdgqler--- via Ql-Users

> On 8 Oct 2017, at 17:24, Marcel Kilgus via Ql-Users 
>  wrote:
> 
> Sorry, it's fixed now.

And it works now. Thanks.

George
___
QL-Users Mailing List


Re: [Ql-Users] QPC2 for Mac update

2017-10-08 Thread gdgqler--- via Ql-Users

> On 8 Oct 2017, at 14:36, Marcel Kilgus via Ql-Users 
>  wrote:
> 
> Downloads: https://www.kilgus.net/qpc/download 
> 
Pity. Doesn’t work!

George
___
QL-Users Mailing List

Re: [Ql-Users] TURBO and testing it exists

2017-08-19 Thread gdgqler--- via Ql-Users

> On 19 Aug 2017, at 09:21, gdgqler--- via Ql-Users <ql-users@lists.q-v-d.com> 
> wrote:
> 
> I would think it possible to have TK_VER$ print “TK”, “SMS” or “REM” after 
> the version number. Is this what people would like?

It might be better to have a new keyword, TK_TYPE$, which would return “TK”, 
“SMS” or “REM”. This would leave TK_VER$ unaltered.

George
___
QL-Users Mailing List

Re: [Ql-Users] TURBO and testing it exists

2017-08-19 Thread gdgqler--- via Ql-Users

> On 17 Aug 2017, at 10:25, Tobias Fröschle via Ql-Users 
>  wrote:
> 
>> There is a keyword: TK_VER$, but only returns the version of Turbo Toolkit,
>> which is the same for the SMS and QDOS versions.

I would think it possible to have TK_VER$ print “TK”, “SMS” or “REM” after the 
version number. Is this what people would like?

George


___
QL-Users Mailing List

Re: [Ql-Users] TURBO and testing it exists

2017-08-18 Thread gdgqler--- via Ql-Users

> On 17 Aug 2017, at 13:54, Lee Privett via Ql-Users  
> wr

> I feel there must be a way to test for TURBO toolkit, any ideas?

In my BOOT I load the TURBO toolkit. So why should I test for it?
If I don’t load it in my BOOT it just is not loaded.

George
___
QL-Users Mailing List