[hatari-devel] 68020 addressing modes not correctly disassembled

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


Hi,

 

while investing some bug, i found that 68020 addressing modes are not disassembled correctly.

 

Eg. the opcode sequence

 

0x4eb0,0x01f1,0x0013,0x5b82

 

should be disassembled to

[0013122a] 4eb0 01f1 0013 5b82 jsr ([$00135B82])

but actually yields

$0013122a : 4eb0 DC.W $4eb0

$0013122c : 01f1 0013 bset d0,$13(a1,d0.w)

$00131230 : 5b82 subq.l #5,d2

 

 



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