theorem
  InsCode (a=0_goto lb) = 7
proof
  ex A st a= A & a=0_goto lb = A=0_goto lb by Def12;
  hence thesis;
end;
