func div_check(x, y) { if(catch(0x01)) return 1; temp = x/y; return 0; }