mnemonikr / symbolic-pcode

Apache License 2.0
0 stars 0 forks source link

Added emulator support for BRANCHIND #38

Closed mnemonikr closed 1 year ago

mnemonikr commented 1 year ago

Support already existed since the return instruction is synonymous with branch indirect. Just needed to write the supporting code in the emulate function.