Open kernaltrap8 opened 1 year ago
Your diff_settings.py file needs an apply
function. See the file in the repo for an example.
It's untested whether asm-differ supports AltiVec; I expect it probably does as long as you pass the right objdump flags. In any case that's unrelated to this error, and you'd only notice missing support if you tried it on a function with altivec instructions, which should be rare.
I'm wanting to add PS3 support to
decomp.me
, but the maintainers said I need to check if asm-differ supports it. Tried to figure it out myself but dont know how to use it correctly.here's the command I used:
output:
dunno if im using it wrong, of if asm-differ doesnt support the instruction set. if it doesnt, i would like to know how to add support.