pub const fn validate_user_opcode(op: u32) -> Result<(), &'static str>
Validate a user-defined opcode.
Returns a static string when op overlaps a reserved system range.
op