Hi Jayhovah,

After you finish learning how to use PortA pins as Mister E pointed out you might want to turn the pins off after the pause statement because all you loop current does is turns the LEDs on.

loop:

HIGH LED1
HIGH LED2

PAUSE 500

LOW LED1
LOW LED2
PAUSE 500

Goto loop


BobK