mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-02-02 20:11:57 +00:00
15286490fb
The FNOP instruction has the same encoding as FBF with zero displacement, but according to the manual, it has some additional synchronization functions, so it would be good if Capstone disassembles this with the FNOP mnemonic instead of the FBF mnemonic. Before this change: $ cstool m68k40 0xf2800000 0 f2 80 00 00 fbf.w $2 After this change: $ cstool m68k40 0xf2800000 0 f2 80 00 00 fnop