Conversation

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 😊

1
3
0
@virtualabs I have no clue but GH discussions are regularly answered by devs, usually worth to ask there too.
1
0
1

@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.

1
0
1