Re: [hatari-devel] DSP bug: need more explanations |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
OK, a third test :
test3: ; start the test clr b move b,x1 move b,r0 move b,r1 move #$20,a do a,end_loop_3 move x1,r0 lua (r0)+,r1 nop move r1,x1 nop end_loop_3 wait_transmit move x1,x:HTX fintst3: jmp fintst3 Real falcon X1 = $10 Hatari : X1 = $20 This time, I just changed the p:$118 by X1 and the result changes in the falcon (so the lua doesn't work the same way in both cases). This time, it seems to suffer a half pipeline effect ;) I'll try to make sense of this. Of course, to let the DSP finish it's loop, I let the 68030 make a look of 50000 divs. So the DSP has plenty of time to make the test ;) Laurent Le 04/01/2015 23:35, Laurent Sallafranque a écrit :
|
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |