Skip to content

Support FNOP in m68k disassembly #1916

Closed
@huth

Description

The 68881/68882 user manual and the 68040 user manually explicitely lists FNOP as a separate FPU instruction. However, Capstone currently disassembles this as FBF instead:

 $ cstool m68k40 0xf2800000
 0  f2 80 00 00  fbf.w	$2

According to the 68881/68882 user manual, FNOP has some special sync'ing capabilities, so it seems to be different from the other FBcc instructions and thus I think Capstone should properly disassemble this as FNOP instead of FBF.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions