Hey fedi, if someone knows how to correctly define parallelized instructions in Ghidra's SLEIGH, well, I'm more than interested !
Or if you are aware of any decent documentation on how to define parallelized instructions in SLEIGH and want to share some pointers, that would be awesome too 😊
@buherator for the record, `delayslot(1)` is the way to go for two instructions running in parallel. Then use `build` in the semantics action section to model the execution, arranging both instructions p-code to get the desired result.