[Ql-Users] Programming in Assembler

2013-10-07 Thread jms1
Please include me in your mailing of further instalments of Programming in Assembler ___ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm

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

2013-10-07 Thread Marcel Kilgus
Norman Dunbar wrote: > I have noticed something a little odd, well, even to be honest. > Strangely enough, the answer is 42 - what is the question? ;-) The question is: "What size is your EXE file?". > I'm wondering if the mysterious 42 extra bytes is also accumulated in > the space desired in TR

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

2013-10-07 Thread Tobias Fröschle
Norman, I haven't got the slightest idea why this is so. To my knowledge, heap memory allocations should be rounded up to multiples of 16 (and, at least Minerva sources confirm that). Tobias Am 07.10.2013 um 21:36 schrieb Norman Dunbar: > Evening all, > > I'm experimenting for the first exc

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

2013-10-07 Thread Lee Privett
Norman, I use this all the time when hoodwinking students and about how intelligent retro computers are. Firing up Q-emuLator basic setup (if you have a QL then switch it on) type in directly PRINT the_answer_to_life_the_universe_and_everything then press enter Note what appears on the screen the

[Ql-Users] Job data space - foibles?

2013-10-07 Thread Norman Dunbar
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 honest. Strangely enough, the answer is 42 - what is the que