// read analog port


int0()
  x = readport(10)
  print(x)

main()
  settimer0(100)
  while(1)
     doze()   