Open
Description
From a slack report:
It's a very low impact bug since it's strictly visual, but for the PPC disassembly (which I believe rides on top of capstone?) the disassembly text for dcbf and dcbz instructions gets a bit mangled.
For example, the opcode 7c 00 00 ac should disassemble as dcbf 0, r0 but the disassembly text shows as dcbf , r0
Checking with capstone outside of binja, the output is correct, which leads me to believe this is an issue within binja itself.