Structs

  • An 8 bit index into the constant table
  • A 16 bit index into the constant table
  • A one byte Option value that can either be Some(0-254) or None
  • An index into the prototype table
  • An index that points to a register in the stack relative to the current frame.
  • An index into the upvalue table
  • Count of arguments or return values which can either be a constant between 0-254 or a special “variable” value.

Enums