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
Otherwise we would need to add those instructions into our td files
I checked the current Alpha td files. Indeed, the jmp, bsr, jsr instructions are described only for specific registers. I think it is possible to manually try to add the missing ones
Work environment
git clone
Instruction bytes giving faulty results
(8 sample instructions)
Expected results
It should be:
This is the output of
objdump -m alpha -b binary -D test.bin
where I replaced symbolic register names with numeric to match capstone output.
Steps to get the wrong result
With
cstool
:The BSR instruction is only disassembled when used with register $26 (ra). There is also an extra
..ng
at the end, which shouldn't be there.JMP and JSR instructions are not disassembled at all.
Thank you.
The text was updated successfully, but these errors were encountered: