Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cross-checking for operands with constants
Operands with constants `(uimm,0b000)` were previously split and the constant discarded. While this did not cause errors, the change now cross-checks both parts to an `inputl` list before retaining the relevant components. This ensures accuracy and robustness.
- Loading branch information