2         `INSN_CALL,`INSN_CALLCC: begin
 
  14                                 if (!opcode[0]) // i.e., is callcc
 
  15                                         /* We need to check the condition code to bail out. */
 
  17                                         `INSN_cc_NZ:    if (`_F[7]) `EXEC_NEWCYCLE
 
  18                                         `INSN_cc_Z:     if (~`_F[7]) `EXEC_NEWCYCLE
 
  19                                         `INSN_cc_NC:    if (`_F[4]) `EXEC_NEWCYCLE
 
  20                                         `INSN_cc_C:     if (~`_F[4]) `EXEC_NEWCYCLE
 
  23                 3:      `EXEC_WRITE(`_SP - 1, `_PCH)
 
  24                 4:      `EXEC_WRITE(`_SP - 2, `_PCL)
 
  31         `INSN_CALL,`INSN_CALLCC: begin
 
  33                 0:      begin /* type F */ end
 
  34                 1:      tmp <= rdata;   // tmp contains newpcl
 
  35                 2:      tmp2 <= rdata;  // tmp2 contains newpch
 
  36                 3:      begin /* type F */ end