ethteck / splat

A binary splitting tool to assist with decompilation and modding projects
MIT License
170 stars 43 forks source link

EE Core `pmfhl` instruction variants not recognized #386

Closed ieee802dot11ac closed 4 months ago

ieee802dot11ac commented 4 months ago

While attempting to assemble some split files, I noticed that splat had not properly recognized the variants of the EE Core-exclusive pmfhl instructions (that is, pmfhl.lh, pmfhl.lw, pmfhl.sh, pmfhl.slw, smfhl.uw). An example of this can be located at https://github.com/ieee802dot11ac/amp, where upon attempted build, ninja should fail with several asm/32EF00.s: Error: unrecognized opcode 'pmfhl $t0' errors.

ethteck commented 4 months ago

Hi - thanks for the report. however, I believe this should be reported in the rabbitizer repo: https://github.com/Decompollaborate/rabbitizer/