Fabrizio Diversi wrote: > I need some help to traslate Movep instruction, is it > correct what i did in the following example ?
Yes. > What is the equivalent of : > > movep.w d0,0(a5) ? move.b d0,(a5) lsr.l #8,d0 move.b d0,2(a5) Viewed from the hardware on the bus both codes are not an exact replacement, but this doesn't matter nowadays. Ciao Marcel
