new_op            546 tools/code_gen.c     op *p = new_op(FILE_OP);
new_op            554 tools/code_gen.c     new_op(ENDFILE_OP);
new_op            560 tools/code_gen.c     op *p = new_op(COPY_OP);
new_op            589 tools/code_gen.c     op *p = new_op(FUNC_OP);
new_op            631 tools/code_gen.c     new_op(ENDFUNC_OP);
new_op            637 tools/code_gen.c     new_op(ASM_OP);
new_op            643 tools/code_gen.c     op *p = new_op(ENDASM_OP);
new_op            657 tools/code_gen.c     op *p = new_op(FW_OP);
new_op            700 tools/code_gen.c     op *p = new_op(PATCHSUB_OP);
new_op            727 tools/code_gen.c     op *p = new_op(PATCHVAL_OP);
new_op            751 tools/code_gen.c     op *p = new_op(REM_OP);
new_op            762 tools/code_gen.c     op *p = new_op(SKIP_OP);
new_op            773 tools/code_gen.c     new_op(CONTFW_OP);
new_op            779 tools/code_gen.c     op *p = new_op(LI_OP);
new_op           1200 tools/code_gen.c                 op *p = new_op(COPY_LINE);