You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TMS320C64x_post_printer() changes the assembly text if the details are enabled. Which doesn't make sense, because it should also fix up the text if it isn't enabled.
The text was updated successfully, but these errors were encountered:
what re those details /without details disasm difference? i mean, the || means the instruction will be executed in parallel with the previous or following instruction.
The p-bit (bit 0) determines whether the instruction executes in parallel with another instruction.
So what ever it does now is not correct. Will look at it after the Alpha4 patch release, since it takes a little more effort to be don properly.
Work environment
git clone
Instruction bytes giving faulty results
Expected results
It should be either:
or
But it must be consistent.
Steps to get the wrong result
With
cstool
:Additional Logs, screenshots, source code, configuration dump, ...
The
TMS320C64x_post_printer()
changes the assembly text if the details are enabled. Which doesn't make sense, because it should also fix up the text if it isn't enabled.The text was updated successfully, but these errors were encountered: