Ticket #299 (Fixed)Sun Sep 25 18:34:43 UTC 2011
decaof 5.16 fails to produce output for some opcodes
Reported by: | Jeffrey Lee (213) | Severity: | Minor |
Part: | RISC OS: C/C++ toolchain | Release: | |
Milestone: | Status | Fixed |
Details by Jeffrey Lee (213):
If asked to disassemble any of the following instructions, decaof will produce no output after the colon:
f1aab3a8 f9f9affb f1ae0000 f1e42500 f900b6c5 f8ae007c
As far as I know these should all disassemble to undefined instructions.
This bug was discovered by using the binaof utility (from mixed.RiscOS.Library.Build) to produce an AOF version of itself, and then passing that to decaof. I.e.:
binaof binaof temp foo foo -C
decaof -c temp
Changelog:
Modified by Jeffrey Lee (213) Mon, September 26 2011 - 23:11:45 GMT
Another oddity: 6e696172 produces “???VS r6” as the output
Modified by Jeffrey Lee (213) Sun, November 02 2014 - 14:06:40 GMT
- Status changed from Open to Fixed
Fixed with decaof 5.17 (DDE 25)