In `defines.v` create some opcode macros rather than using magic numbers in the instruction decoder directly as it's quite hard to read.
In
defines.vcreate some opcode macros rather than using magic numbers in the instruction decoder directly as it's quite hard to read.