#include <iom163v.h>

void main(void) {
  DDRA = 0xFF;
	PORTA = 0x00;

  while(1) {
	  PORTA ++;

	}
}