
.NOLIST ; 
.INCLUDE "AT89s8252.inc" ; 
.LIST ; 

ORG 0
Loop:
MOV C,P3.0
MOV P3.1,C
SJMP Loop
