// demo interrupt in rz cnt // global int0() cnt = cnt + 1 print(cnt) main() cnt = 0 settimer0(200) while(1) doze()