Re: [hatari-devel] DSP bug: need more explanations |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
> What I *think* is meant here that
it is not available for next instruction when calculating another
EA. Simplified:
test4: ; start the test move #$20,a do a,end_loop movem p:$0118,r0 lua (r0)+,r1 nop movem r1,p:$0118 nop end_loop wait_transmit move p:$0118,a move a,x:HTX Here, lua (r0)+,r1 calculates an EA Tested on my real Falcon, I get $20 in the final HTX (also in the current hatari version). But with my patch that takes into account a AGU pipeline EA, I should get 0. It seems not to apply for all EA moves (or something I still don't understand well). Any idea ? Laurent Le 22/12/2014 18:01, Laurent Sallafranque a écrit :
|
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |