Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Tracked by #2081
trufae opened this issue Jul 7, 2022 · 0 comments
Open
Tracked by #2081

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

trufae opened this issue Jul 7, 2022 · 0 comments
Milestone

Comments

@trufae
Copy link
Contributor

trufae commented Jul 7, 2022

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants