Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
there's no millisecond on the realtime clock.
you may keep track of them yourself by reprogramming the Programmable Interval Timer so that it ticks at 1KHz, or something alike.
Note that if you reprogram it at 250Hz instead, just increment the millisecond count by 4 every IRQ0 :p