POP              2038 src/actioncompiler/lex.swf5.c { count();	return POP; }
POP                63 src/actioncompiler/swf5compiler.y %token DUP SWAP POP PUSH SETREGISTER CALLFUNCTION CALLMETHOD NEWOBJECT NEWMETHOD
POP               524 src/actioncompiler/swf5compiler.y 	| POP	{ $$ = strdup("pop"); }
POP              2110 src/actioncompiler/swf5compiler.y 	| POP			{ $$ = bufferWriteOp(asmBuffer, SWFACTION_POP); }