-
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
Use Intel register syntax for Tricore #2067
Conversation
@XVilka looks good thanks. I will do more test during the weekend after the merge |
Well, it would be great if 0x... were prefixed with #0x..., as it's Tricore listing / formatting used in the IDA/Ghidra/Lauterbach debugger. If someone is parsing an ASM listing from another tool, it would make things a bit easier to have the same formatting. |
Thanks, merged. |
sorry, it seems that something went wrong. I just compiled it in my own application, and now the some mnemonics are messed up. previously:
now:
@XVilka could you please have a look? |
@XVilka I did quick test and without this commit I get the same problem. I mean mnemonics are messed up but I will double check in the evening. |
Sorry, I forgot to regenerate the files, lol. @imbillow since you want to change the immediate format to use |
Okay, I should be able to finish this today. |
Addresing this issue: TriDis/ditricore#1 (comment)