Re: [Ql-Users] Job data space - foibles?

2013-10-08 Thread nor...@dunbar-it.co.uk
Sorry about possible format problems, I'm on my phone. Hi Marcel, My file size is 30 bytes. I checked. Default data space from GWASL is 4000 bytes. I expected that to end up as 4030 or possibly rounded to the nearest 8 or 16 which would be 4032. Hence my confusion as 4042 is not divisible by

Re: [Ql-Users] Job data space - foibles?

2013-10-08 Thread Marcel Kilgus
nor...@dunbar-it.co.uk wrote: > My file size is 30 bytes. I checked. Default data space from GWASL > is 4000 bytes. I expected that to end up as 4030 or possibly rounded > to the nearest 8 or 16 which would be 4032. What's the value of a4 then? My test exe was 1024 bytes data space and 222 bytes

Re: [Ql-Users] Job data space - foibles?

2013-10-08 Thread nor...@dunbar-it.co.uk
A4 is $1e. I execute the job simply as ex test_bin. JMON picks it up at startup. Sent from my HTC ___ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm

Re: [Ql-Users] Job data space - foibles?

2013-10-08 Thread George Gwilt
On 7 Oct 2013, at 20:36, Norman Dunbar wrote: > Evening all, > > I'm experimenting for the first exciting episode of the new assembly language > mailing list. It's the first time I've sat down with QPC since I started my > new job! > > I have noticed something a little odd, well, even to be h

Re: [Ql-Users] Job data space - foibles?

2013-10-08 Thread Norman Dunbar
On 07/10/13 21:18, Lee Privett wrote: PRINT the_answer_to_life_the_universe_and_everything > ... Ok, I'm game PRINT the_answer_to_life_the_universe_and_everything 0 Print CODE("0") 48 What am I missing? -- Norman Dunbar Dunbar IT Consultants Ltd Registered address: 27a Lidget Hill Pu

Re: [Ql-Users] Programming in Assembler

2013-10-08 Thread Norman Dunbar
Hi Jochen, On 07/10/13 23:43, jms1 wrote: Please include me in your mailing of further instalments of Programming in Assembler if you go here http://qdosmsq.dunbar-it.co.uk/doku.php#assembly_language_mailing_list there are details on how to subscribe - copied below: Assembly Language Mail

Re: [Ql-Users] Programming in Assembler

2013-10-08 Thread Norman Dunbar
On 07/10/13 23:43, jms1 wrote: Please include me in your mailing of further instalments of Programming in Assembler PS. Then you get an email sent to you asking you to confirm your subscription request. If you don't get one, it will be in your spam bucket and you may need to whitelist me.

Re: [Ql-Users] Job data space - foibles?

2013-10-08 Thread Norman Dunbar
On 08/10/13 17:21, George Gwilt wrote: Pennel says that (A6,A4) points to the start of data and (A6,A5) points to immediately past the data area end. This implies that the size of the data space is A5 - A4. Yes, A4 is actually the program size, which in my case is 30 bytes only. It's not a c

Re: [Ql-Users] Job data space - foibles?

2013-10-08 Thread Lee
Hee he, it has to be on a standard QL Norman. Or on QemuLator standard QL settings You shouldn't get a 0, but another * Sent from my iPad > On 8 Oct 2013, at 17:56, Norman Dunbar wrote: > > universe ___ QL-Users Mailing List http://www.q-v-d.demon.co.