theorem
  saveIC(a,k1) is non halting
proof
  set s =the  State of SCMPDS;
  Exec(saveIC(a,k1), s).IC SCMPDS = IC s + 1 by Th56;
  hence thesis by Th60;
end;
