Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix exception that should be an error message (#9)
When combining an existing instruction mnemonic with one or two existing register names, but the combination wasn't a valid instruction, a "ProcessCpuInstruction: something went wrong: a fixed instruction argument was not processed as such" exception was thrown. Now a regular "invalid instruction" error is generated instead.
- Loading branch information