Hello all, I need some help to traslate Movep instruction, is it correct what i did in the following example ? Original instruction :
movep.l 0(a4),d1 New instructions to replace the movep: move.b 0(a4),d1 lsl.l #8,d1 move.b 2(a4),d1 lsl.l #8,d1 move.b 4(a4),d1 lsl.l #8,d1 move.b 6(a4),d1 What is the equivalent of : movep.w d0,0(a5) ? Thank and ciao __________________________________________________ Do you Yahoo!? Yahoo! News - Today's headlines http://news.yahoo.com
