OP_ADD
OP_ADD,
#define OP_ADD 0
#define OP_ADD 0x07 /* pop top 2 items, add, push result */
#define OP_ADD 4
OP_ADD,/* A B C R(A) := RK(B) + RK(C) */