The rv_zimop and rv_zcmop files use uppercase characters in the instruction mneumonics (e.g mop.r.N) and have oddly named operands
In addition, personally the pseudo approach here is odd - the instructions are mop.r.0 - mop.r.31. Which would remove the extra defined operand and also allow new extensions that use the space to use $pseudo easier.
The
rv_zimopandrv_zcmopfiles use uppercase characters in the instruction mneumonics (e.gmop.r.N) and have oddly named operandsIn addition, personally the pseudo approach here is odd - the instructions are
mop.r.0-mop.r.31. Which would remove the extra defined operand and also allow new extensions that use the space to use $pseudo easier.