On 20 Jan 2013, at 05:39, Wolfgang Lenerz wrote:

> There isn't really much that is new in 3.14, except that it contains the 
> SMSQ/E code for SMSQmulator  -  no need to upgrade except for that.

The mistake in the exception vector dealing with address errors has not yet 
been corrected!

In smsq_init_exv_asm the instruction appearing in aerr

        move.l   (sp),(sp,d0.w) 

should be exchanged with the instruction two below, which is

        move.l  6(sp),6(sp,d0.w)

With this change the stack will be correctly compressed.

George
_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Reply via email to