Re: [Ql-Users] QPC2 and a few more surprises

2017-02-02 Thread Norman Dunbar
And a couple of the pages have some hand written notes, mine! They may or may 
not be accurate, I can't remember, so take care if you follow them. As far as I 
remember, they refer to loading an index file, which the manual mentions, but 
doesn't explain. 

An index file us what the application uses to determine if this bit of the code 
is data, code,  config block, a pe definition etc. 

Cheers,
Norm.
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
___
QL-Users Mailing List


Re: [Ql-Users] QPC2 and a few more surprises

2017-02-02 Thread Jan Bredenbeek
On 2 February 2017 at 16:35, Dilwyn Jones 
wrote:

> There is a  manual for Disa v2 on the Assembler page on my website, but I
> don't know how much the program has changed in v3.
>
> http://www.dilwyn.me.uk/asm/Disa2_Manual.pdf
>
> Thanks!

-- 
*Jan Bredenbeek* | Hilversum, NL | j...@bredenbeek.net
___
QL-Users Mailing List


Re: [Ql-Users] QPC2 and a few more surprises

2017-02-02 Thread Dilwyn Jones
There is a  manual for Disa v2 on the Assembler page on my website, but I 
don't know how much the program has changed in v3.


http://www.dilwyn.me.uk/asm/Disa2_Manual.pdf

Dilwyn

-Original Message- 
From: Jan Bredenbeek

Sent: Thursday, February 02, 2017 1:04 PM
To: ql-us...@q-v-d.com
Subject: Re: [Ql-Users] QPC2 and a few more surprises

Hi Derek,

On 25 January 2017 at 09:37, Derek Stewart <de...@q40.de> wrote:

Disa was one of the best programmes I bought when v3.00 came out, I still

use it today looking at 68000 code.



I've never used it before but it looks very promising. However I find it
hard to use without a manual. Anyone?

I currently use my own monitor/disassembler (MULTIMON) which is also in The
Distribution archive, but with a Dutch manual. I have translated the manual
into English and will put it online asap. I guess it's not as sophisticated
as DISA as it was written in 1986/87; hence no Pointer Interface. On the
upside, I still have the source code so it can still be improved...

regards,

--
*Jan Bredenbeek* | Hilversum, NL | j...@bredenbeek.net
___
QL-Users Mailing List


-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2016.0.7998 / Virus Database: 4756/13878 - Release Date: 02/01/17 


___
QL-Users Mailing List


Re: [Ql-Users] QPC2 and a few more surprises

2017-02-02 Thread Jan Bredenbeek
Hi Derek,

On 25 January 2017 at 09:37, Derek Stewart  wrote:

Disa was one of the best programmes I bought when v3.00 came out, I still
> use it today looking at 68000 code.


I've never used it before but it looks very promising. However I find it
hard to use without a manual. Anyone?

I currently use my own monitor/disassembler (MULTIMON) which is also in The
Distribution archive, but with a Dutch manual. I have translated the manual
into English and will put it online asap. I guess it's not as sophisticated
as DISA as it was written in 1986/87; hence no Pointer Interface. On the
upside, I still have the source code so it can still be improved...

regards,

-- 
*Jan Bredenbeek* | Hilversum, NL | j...@bredenbeek.net
___
QL-Users Mailing List


Re: [Ql-Users] QPC2 and a few more surprises

2017-01-25 Thread Marcel Kilgus
Jan Bredenbeek wrote:
> Thanks Marcel for maintaining this great software!

Thanks :-)

> Unfortunately I now have to update some code in my SBASIC 'ls' procedure
> since it relied on the 'slicing feature' of earlier versions (meaning
> "abcd" (5 to) returning empty string).

Quite frankly, I wasn't sure if it was a bug or a feature. Then I
checked all other ROMs (I thought) and all failed, so went ahead
anyway. But as Wolfgang said, if that is a problem for anybody it can
be reversed without mich effort.

> Incidentally, Minerva offered the
> same feature (which is also documented) but not the original Sinclair ROMs.
> For those of you interested, I wrote this procedure to give a directory
> listing like the Unix 'ls' command as I became dissatisfied with the DIR
> and WSTAT commands, especially when listing hard subdirectories - I don't
> want the full pathnames in front of all file names, and I made the date
> format 'smart' so all info could fit in one line. I'll put it on github
> when I've done fixing the code.

Sounds pretty useful, yes!

Cheers, Marcel

___
QL-Users Mailing List


Re: [Ql-Users] QPC2 and a few more surprises

2017-01-25 Thread Jan Bredenbeek
On 25 January 2017 at 00:04, Marcel Kilgus  wrote:

> I'm too tired to write much more, but I just released a bunch of stuff
> on my web site. You can read about it here:
>
> https://www.kilgus.net/2017/01/25/new-qpc2-disa-and-more/
>

Thanks Marcel for maintaining this great software!
Unfortunately I now have to update some code in my SBASIC 'ls' procedure
since it relied on the 'slicing feature' of earlier versions (meaning
"abcd" (5 to) returning empty string). Incidentally, Minerva offered the
same feature (which is also documented) but not the original Sinclair ROMs.
For those of you interested, I wrote this procedure to give a directory
listing like the Unix 'ls' command as I became dissatisfied with the DIR
and WSTAT commands, especially when listing hard subdirectories - I don't
want the full pathnames in front of all file names, and I made the date
format 'smart' so all info could fit in one line. I'll put it on github
when I've done fixing the code.

regards,

-- 
*Jan Bredenbeek* | Hilversum, NL | j...@bredenbeek.net
___
QL-Users Mailing List


Re: [Ql-Users] QPC2 and a few more surprises

2017-01-25 Thread Bob Spelten

Op Wed, 25 Jan 2017 05:30:14 +0100 schreef Wolf :


this is great news indeed!

On menu_rext, I seem to have a version 8.02, iss there a significant  
difference with 7.66 on your website?


Wolfgang


Thanks Marcel, for giving us the presents.
I Hope you did not forget the birthday girl?

Menu_rext 7.68 was a partial update that eventually lead to v8.
It had an unfinished SYS_SELECT$ that can list Stuffer data, Jobs or  
Things, depending on a given flag. Jochen wrote about this in QL Today  
v8i6/37.
RSTR has options to validate the type of string: numeric, integer,  
password etc.

v8 added Move-menu options where they were not before.
Also a Timeout was added to some menus.
LSEL no longer cuts titles longer than the list-items.
VIEW & FSEL have options to set a size smaller then the parent outline.
Some of these changes were made at my request by Jochen at the last  
Eindhoven meeting back in 2008.


Bob

--
The BSJR QL software site at: "http://members.upc.nl/b.spelten/ql/;
___
QL-Users Mailing List


Re: [Ql-Users] QPC2 and a few more surprises

2017-01-25 Thread François Van Emelen

Op 25/01/2017 om 0:04 schreef Marcel Kilgus:

I'm too tired to write much more, but I just released a bunch of stuff
on my web site. You can read about it here:

https://www.kilgus.net/2017/01/25/new-qpc2-disa-and-more/

Have fun, Marcel

___
QL-Users Mailing List



Thanks a lot Marcel and HAPPY BIRTHDAY to your daughter.

François Van Emelen



___
QL-Users Mailing List


Re: [Ql-Users] QPC2 and a few more surprises

2017-01-25 Thread Marcel Kilgus
Derek Stewart wrote:
> Jochen did not seem to remember, I wonder if you know why this was
> written  only for QPC2?

Menu_rext was already free for QPC2 for a few years, so there was a
special version for it, now it's free for all.

Marcel



___
QL-Users Mailing List


Re: [Ql-Users] QPC2 and a few more surprises

2017-01-25 Thread Derek Stewart

On 25/01/17 07:28, Marcel Kilgus wrote:

Wolf wrote:

On menu_rext, I seem to have a version 8.02, iss there a significant
difference with 7.66 on your website?


I have no idea, 7.66 is the last version I have the source for. But
I'll ask Bernd Reinhardt when I get the chance.

Marcel

___
QL-Users Mailing List


Hi Marcel,

I recently update QD and Jochen supplied Mneu_Rext v7.68, which worked 
OK on QPC2, but on SMSQmulator or other SMSQ/E platforms cwould not load 
and gave an error message: "Only Licensed For Use on QPC".


Jochen did not seem to remember, I wonder if you know why this was 
written  only for QPC2?


--
Regards,

Derek
___
QL-Users Mailing List


Re: [Ql-Users] QPC2 and a few more surprises

2017-01-25 Thread Derek Stewart

On 24/01/17 23:04, Marcel Kilgus wrote:

I'm too tired to write much more, but I just released a bunch of stuff
on my web site. You can read about it here:

https://www.kilgus.net/2017/01/25/new-qpc2-disa-and-more/

Have fun, Marcel

___
QL-Users Mailing List


Hi Marcel,

Disa was one of the best programmes I bought when v3.00 came out, I 
still use it today looking at 68000 code.


--
Regards,

Derek
___
QL-Users Mailing List


Re: [Ql-Users] QPC2 and a few more surprises

2017-01-24 Thread Marcel Kilgus
Wolf wrote:
> On menu_rext, I seem to have a version 8.02, iss there a significant
> difference with 7.66 on your website?

I have no idea, 7.66 is the last version I have the source for. But
I'll ask Bernd Reinhardt when I get the chance.

Marcel

___
QL-Users Mailing List


Re: [Ql-Users] QPC2 and a few more surprises

2017-01-24 Thread Urs Koenig (QL)
Wolf wrote:
> On menu_rext, I seem to have a version 8.02, iss there a significant
> difference with 7.66 on your website?
Version 7.66 is the last that works well with QDT, version 8.02 has some
changes in the API which QDT does not cope.

___
QL-Users Mailing List


Re: [Ql-Users] QPC2 and a few more surprises

2017-01-24 Thread Urs Koenig (QL)
Marcel wrote:
> I'm too tired to write much more, but I just released a bunch of stuff on
my
> web site. You can read about it here:
> 
> https://www.kilgus.net/2017/01/25/new-qpc2-disa-and-more/
> 
> Have fun, Marcel
Great stuff and congratulations to your daughter's birthday!

Urs

___
QL-Users Mailing List


Re: [Ql-Users] QPC2 and a few more surprises

2017-01-24 Thread Wolf

Hi,


this is great news indeed!

On menu_rext, I seem to have a version 8.02, iss there a significant 
difference with 7.66 on your website?


Wolfgang



On 25/01/2017 00:04, Marcel Kilgus wrote:

I'm too tired to write much more, but I just released a bunch of stuff
on my web site. You can read about it here:

https://www.kilgus.net/2017/01/25/new-qpc2-disa-and-more/

Have fun, Marcel

___
QL-Users Mailing List



___
QL-Users Mailing List


[Ql-Users] QPC2 and a few more surprises

2017-01-24 Thread Marcel Kilgus
I'm too tired to write much more, but I just released a bunch of stuff
on my web site. You can read about it here:

https://www.kilgus.net/2017/01/25/new-qpc2-disa-and-more/

Have fun, Marcel

___
QL-Users Mailing List