fun u_div32(x1,x2,var ccr) { val xx = x1 / x2?ext(64); if(xx > 1?ext(64)<<32) { xx = 0xffffffff?ext(64); ccr = ccr | 0x02; } return xx; }