	ORG 0		;Start of memory for the program
SetUp	MOVLW 08	;Load W with 0000 1000
	TRIS 06		;Make RB3, (GP3) input	
	OPTION 0DFh  	;Make GP2 an output & disable weak pullups	
	MOVLW 17h 	;Make GP0, GP1, GP2, GP4, GP5  HIGH 
	MOVWF 06	
	GOTO Main