InitMicroController:	
	call	InitUSART
	call	InitPortAB
	call	InitPortC
	call	InitOptionRegister
	call	InitInterrupts
	call	InitMyApp
	return
Listing 4—Initializing ports on the PIC is important because of the complex nature of the I/O module.