We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
negu
subu
git clone
cstool -d -r mips 00071823 0 00 07 18 23 negu $v1, $a3 ID: 66 (subu) Is alias: 0 (invalid) with REAL operand set op_count: 3 operands[0].type: REG = v1 operands[0].is_reglist: false operands[1].type: REG = zero operands[1].is_reglist: false operands[2].type: REG = a3 operands[2].is_reglist: false Groups: HasStdEnc NotInMicroMips NotNanoMips
It should be:
ID: 66 (subu) Is alias: <ALIAS_ID> (negu) with REAL operand set ...
With cstool:
cstool
cstool -d -r mips 00071823
...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Work environment
git clone
Instruction bytes giving faulty results
Expected results
It should be:
Steps to get the wrong result
With
cstool
:Additional Logs, screenshots, source code, configuration dump, ...
...
The text was updated successfully, but these errors were encountered: