AST_CMP           553 core/compile.c     case AST_CMP: case AST_EQ: case AST_NEQ:
AST_CMP           560 core/compile.c         case AST_CMP:   PN_ASM2(OP_CMP, reg, reg + 1);  break;
AST_CMP            92 core/syntax.y        ( cmp x:cmps          { c = PN_OP(AST_CMP, c, x) }