Je viens de trouver ça sur le site de la tict ça doit expliquer ce qui me faut mais j'y comprends pas grand chose.
Si quelqu'un pouvait m'expliquer?
$600017 RW ($B2 = 257-79 for HW1, $CC = 257-53 for HW2)
:7-0 READ: Read the current value.
WRITE: Set the initial (and current) value for the timer.
The timer value is incremented at the rate specified at $600015 and triggers interrupt level 5 when it "overflows" to $00. The next increment forces the timer to reload the initial value. The count sequence looks like this:
value, value+1, ..., $FF, $00 (interrupt!), value, value+1, ... To trigger an interrupt every 'n'th increment, write '257-n' to this register.
Ps: par contre c'est vrai que kevin kofler y s'y conait (c'est carrement impressionnant).
