nihstro icon indicating copy to clipboard operation
nihstro copied to clipboard

Vector subscript out of range on decompiling shader.

Open smb123w64gb opened this issue 7 years ago • 1 comments

Was trying to decompile sm4sh shader and it hit a "vector subscript out of range" error. Ill include a sample to reproduce the error.

CustumShader.zip

smb123w64gb avatar Mar 05 '18 22:03 smb123w64gb

This is probably due to the issue addressed in https://github.com/citra-emu/citra/pull/1479.

MAD instruction use a slightly different encoding than originally thought. nihstro's disassembler/assembler haven't been adapted to consider this properly, yet.

neobrain avatar Mar 10 '19 18:03 neobrain