Chippy

Results 4 comments of Chippy

It looks like the regexes in `process_reloc` aren't capturing `0`/`0x0` in this instruction. But `ebp` shouldn't have a relocation though, as it is a copy of the stack pointer? The...

@ivanka2012 do you use decomp.me? do you have a scratch for both? There have been some updates recently that have fixed most issues.

I was writing: "For the MIPS case, I think we could pull the regex result into a variable (while also changing the regex to capture the possible addend) and then...

After spending some time on this, it seems that the stack regex (`re_sprel`) actually needs to be updated to capture `-` if it exists. The diff is related to `%ebp`...