| Re: [hatari-devel] External disassembler and FPU instructions | 
[ Thread Index | 
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
] 
> On Mittwoch, 17. April 2019 20:15:42 CEST Eero Tamminen wrote:
>> lower-case opcode names
> 
> IIRC it is not only a problem of upper/lowercase. The internal disassembler 
> takes (most of) the opcode names from table68k. These are not the real 
> instruction names in all cases (MVPMR, EORSR for example).
I have been slowly improving it recently. Most weird opcode names are
already gone but some still remains (like MVPMR).
I can add lower/uppercase (and other) options if needed.