IP
Size: a a a
IP
BD
DP
BD
DP
BD
BD
DP
BD
DP
AT
PS
BD
PS
PS
/* maximum number of local variables per function (must be smallerКак бы вы объяснили тот факт, что MAXVARS и MAXREGS не равны друг другу?
than 250, due to the bytecode format) */
#define MAXVARS 200
/* Maximum number of registers in a Lua function (must fit in 8 bits) */
#define MAXREGS 255
AS
PS
AT
/* maximum number of local variables per function (must be smallerКак бы вы объяснили тот факт, что MAXVARS и MAXREGS не равны друг другу?
than 250, due to the bytecode format) */
#define MAXVARS 200
/* Maximum number of registers in a Lua function (must fit in 8 bits) */
#define MAXREGS 255
PS
PS