-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
TriCore instruction loop16 #2386
Comments
@imbillow could you please take a look when you have time? |
The instruction you mention is LOOP (SBR), and its second operand is interpreted as a relative offset rather than an absolute address. For more information, see TriCoreTM TC1.6.2 core architecture manual - Instruction set on page 3-179. |
There is indeed another instruction with the same name |
I'm sorry I do not get it. But it is fixed in the next branch. @arkup |
OK, thanks. My point was that it's harder to read ' |
Is there any possibility to release the fix in Capstone V5 also ? @radare is working hard to get TriCore RE functional, it just need some tweaks to rely fully on Capstone engine (v5 for now). Amazing things are coming ! Thank you very much. |
@cqke Added it to the @arkup Regarding your wish to print absolute addresses. For archs like PPC, ARM and AArch64 we have this options enabled via |
Wasn't closed with #2527 for whatever reason. |
Hi, while decoding the TriCore instruction loop16, the second operand is displayed in the format of a relative jump (not absolute), which is inconsistent with other instructions and, in my opinion (IMHO), makes it harder to read.
git clone
,Instruction bytes giving faulty results
Expected results
The text was updated successfully, but these errors were encountered: