[hatari-devel] Little disassembler bug ?

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


Hi,

While debugging something, I've noticed what I think is a little bug in desassembler :

In my code, I have

mulu.l        d1,d0

With the (d) command, I read the correct opcode :

$05d9a4 : 4c01 0000                            mulu.l    d1,d0



When I activate cpu_disasm, I read :

0005D9A4 4c01 0000                MULL.L #$0000,D1


The result of the mul seems correct in d0.l after the mulu.l, but the disassembled instruction seems wrong.

Do you notice the same ?

Regards

Laurent




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/