Ralf Reköndt wrote: > I have done several tests to find out, why Qmon doesn't work with my > BOOT, i.e. does not pop up by a call respr(0).
Let's put it this way, why should it always pop up upon "call respr(0)"? You're basically jumping into random memory. This CAN result in an illegal instruction, the chance is pretty high even, but I don't see any reason why it should do this every time! When I did a=respr(0) print hex$(a,32) call a The illegal instruction happened about $500 bytes away from the original a. Who even knows what it did in the meantime! Marcel _______________________________________________ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm
