OP_STACK_ARGS      64 lib/as3/code.c {0x41, "call", "n",            -2, 1, 0, OP_STACK_ARGS},
OP_STACK_ARGS      65 lib/as3/code.c {0x43, "callmethod", "mn",     -1, 1, 0, OP_STACK_ARGS},
OP_STACK_ARGS      66 lib/as3/code.c {0x4c, "callproplex", "2n",    -1, 1, 0, OP_STACK_ARGS|OP_STACK_NS},
OP_STACK_ARGS      67 lib/as3/code.c {0x46, "callproperty", "2n",   -1, 1, 0, OP_STACK_ARGS|OP_STACK_NS},
OP_STACK_ARGS      68 lib/as3/code.c {0x4f, "callpropvoid", "2n",   -1, 0, 0, OP_STACK_ARGS|OP_STACK_NS},
OP_STACK_ARGS      69 lib/as3/code.c {0x44, "callstatic", "in",     -1, 1, 0, OP_STACK_ARGS},
OP_STACK_ARGS      70 lib/as3/code.c {0x45, "callsuper", "2n",      -1, 1, 0, OP_STACK_ARGS|OP_STACK_NS},
OP_STACK_ARGS      71 lib/as3/code.c {0x4e, "callsupervoid", "2n",  -1, 0, 0, OP_STACK_ARGS|OP_STACK_NS},
OP_STACK_ARGS      76 lib/as3/code.c {0x42, "construct", "n",       -1, 1, 0, OP_STACK_ARGS},
OP_STACK_ARGS      77 lib/as3/code.c {0x4a, "constructprop", "2n",  -1, 1, 0, OP_STACK_ARGS|OP_STACK_NS},
OP_STACK_ARGS      78 lib/as3/code.c {0x49, "constructsuper", "n",  -1, 0, 0, OP_STACK_ARGS},
OP_STACK_ARGS     155 lib/as3/code.c {0x56, "newarray", "n",         0, 1, 0, OP_STACK_ARGS},
OP_STACK_ARGS     201 lib/as3/code.c {0x53, "applytype", "n",       -1, 1, 0, OP_STACK_ARGS}, //seen in builtin.abc
OP_STACK_ARGS     637 lib/as3/code.c     if(op->flags&OP_STACK_ARGS || op->flags&OP_STACK_ARGS2) {