[Frug]: R5900 `viaddi` instruction is improperly decoded · Issue #75 · Decompollaborate/rabbitizer · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explain the problem.
There's a decoding bug in the VU instruction
viaddi
, theimm5
is signed but it's decoded as unsigned.Reproducer
Decode
B207034A
, it should decode asviaddi $vi3, $vi0, -0x2
but it's decoding asviaddi $vi3, $vi0, 0x1E
instead.Is this issue related to an specific MIPS extension?
R5900 EE (Emotion Engine, A Sony PlayStation 2 extension)
rabbitizer version
1.12.5
Optional: splat/spimdisasm version
No response
Optional: Version of other stuff
No response
Extra comments?
No response
The text was updated successfully, but these errors were encountered: