This small assembler code changes PIN state on PORTB.
Just for practice to use interrupt from TCNT0.
The time for PORTB toggling is set for 0,999sek. This can be changed using PRESCALER and OVF_NR values.
Timer/Counter is increased each 32us <1/(CLK/256)>, that causes timer overflow each 8,192ms (32us*256). Each overflow is counted. Having exactly 1sec for LEDs state changing, the overflow must happened 122times (0x7A). It gives exactly 0,999424sec.