Page 1 of 1

SMSQ/E IOW.BLKx traps

Posted: Sun Nov 24, 2024 11:21 pm
by tofro
The SMSQ/E Reference guide advertises variations of the IOW.BLOK trap, namely IOW.BLKP, IOW.BLKT and IOW.BLKN (for 8-bit, 24-bit and native color, respectively). I have tried these traps with SMSQ/E 3.38 on QPC2 in the respective modes, but each of them comes back with a "Bad Parameter" error. Does anyone know where these are implemented (if at all) and what I may be doing wrong?

Re: SMSQ/E IOW.BLKx traps

Posted: Mon Nov 25, 2024 6:48 am
by NormanDunbar
Maybe ask Wolfgang Lenerz on the QL Users list. He's not on the Forum.

I, on the other hand, have no idea!


Cheers,
Norm.

Re: SMSQ/E IOW.BLKx traps

Posted: Mon Nov 25, 2024 8:59 am
by Derek_Stewart
Hi,

Do you have example code that is causing the problem?

Re: SMSQ/E IOW.BLKx traps

Posted: Mon Nov 25, 2024 9:35 am
by tofro
Derek_Stewart wrote: Mon Nov 25, 2024 8:59 am Hi,

Do you have example code that is causing the problem?
Of course:

https://github.com/tofro/QL-Plasma/blob/main/plasma.asm

replace the #$2e (the standard IOW.BLK trap) in line 105 with $5c, $5d or $5e (the new ones), and you'll see what I see: nothing.

Re: SMSQ/E IOW.BLKx traps

Posted: Mon Nov 25, 2024 10:31 am
by pjw
Its complicated, tofro. I dont think the documentation is correct. Ive tried this before. I dont get bad parameters, but am only able to draw black blocks in any other mode than COLOUR_QL. I shall investigate further when I get time, but if you get an answer before, I should be glad to hear of it..