pub const NO_REG: u32 = MAXARG_A; // 255u32
Sentinel “no register” value that fits in 8 bits.
C: #define NO_REG MAXARG_A
#define NO_REG MAXARG_A