kstenerud / Musashi

Motorola 680x0 emulator written in C
412 stars 94 forks source link

Disassembler inconsistency #92

Open dirkwhoffmann opened 2 years ago

dirkwhoffmann commented 2 years ago

The disassembler produces

movep.w ($ffff,A0), D0

To make it consistent with the other instructions, it should be changed to:

movep.w ($-1,A0), D0