rizinorg/rz-hexagon

Duplex instructions: High instr. is printed before low instruction

Closed this issue · 0 comments

The SDKs decompiler prints the Subinstructions of a Duplex in the order:

<low> ; <high>

The plugin does it
<high> ; <low>