pub const MAX_INVOKE_ARGS: usize = 7;
Hard cap shared with the calling convention: a closure body receives its arguments in x1..x7 (design §2.2, §7).
x1..x7