simonlindholm / asm-differ

Assembly diff script
The Unlicense
101 stars 50 forks source link

Handle ATT x86 register dereference #129

Closed OmniBlade closed 9 months ago

OmniBlade commented 11 months ago

Prevents exception on register dereferences for x86 ASM.

simonlindholm commented 11 months ago

Ugh, even more AT&T special-casing... This seems to cause a test failure for some reason.

OmniBlade commented 11 months ago

I have no idea what that test failure means or why the change would cause it to fail :/

OmniBlade commented 9 months ago

This is now superceeded by commits in PR #130