Skip to content

TMS320-c64x disassembler differs when using CS_OPT_DETAIL ON or OFF #1893

Open
@trufae

Description

@trufae

The postprinter is not called when csoptdetail is off. So i think this can affect other archs using the ud->post_printer thing

Example:

$ ./cstool tms320c64x 0041bd10
 0  00 41 bd 10  b      0x20de8
$
$ ./cstool -d tms320c64x 0041bd10
 0  00 41 bd 10  b.S1   0x20de8
        ID: 17 (b)
        op_count: 1
                operands[0].type: IMM = 0x20de8
        Functional unit: S1
        Parallel: false

        Groups: funit_s jump

$

Note the "b" vs "b.S1"

Metadata

Metadata

Assignees

No one assigned

    Labels

    TMS320C64xArchbugSomething is not working as it should

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions