mnemonikr / symbolic-pcode

Apache License 2.0
0 stars 0 forks source link

Illegal instructions should result in an error instead of a panic #73

Closed mnemonikr closed 1 year ago

mnemonikr commented 1 year ago

Several emulator decodings still assume the instruction is legal before verifying.

https://github.com/mnemonikr/pcode/blob/74c1f64ca2d8ddafea4eed8d9096b7bfd6a569ef/src/emulator.rs#L179