mnemonikr / symbolic-pcode

Apache License 2.0
0 stars 0 forks source link

Replaced re-export of sla sys::OpCode with new enum defined in sleigh #66

Closed mnemonikr closed 1 year ago

mnemonikr commented 1 year ago

In addition to being able to clean up the opcode naming and better structure the enum, this is also required in order to define useful traits on the enum. Traits like Ord and Hash are both useful for tracking number of different types of instructions executed.