Source Code:

    

      
#include <avr/io.h> int main(void) { char z ; DDRB = 0xFF; for( z=0; z<200; z++) PORTB = z ; while(1); return 0; }