Quetzal 1.4 stack frame format

Yeah, I asked why it stores it in such an odd format years ago.

There’s actually enough space to store the provided arguments count in the flags, as it only needs 3 bits. But it’s good that it didn’t, because the extra byte means the stack always has an alignment of 2 bytes.