I thought I'd fire up the old Proteus and see if I could duplicate the problem. Granted, this doesn't always reflect real world situations but this program and schematic will blink an LED on porte.0 and porte.1.
Code:CLEAR start_here: HIGH porte.0 PAUSE 500 LOW porte.0 PAUSE 500 HIGH porte.1 PAUSE 500 LOW porte.1 PAUSE 500 GOTO start_here END
Bookmarks