Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
Opcode
halfword to encoded panic reason (#230)
Currently we have a one-way encoding that partially stores the ocode registers and immediate value. Since the panic reason representation consumes only 8 bits, we can encode the entire instruction (32 bits) into the reason, so it can be fully represented.
- Loading branch information