Just two little ones

How do you set the config right for the 16f88

This is what I would start with if I was using asm
Code:
     __CONFIG    _CONFIG1, _CP_OFF & _CCP1_RB0 & _DEBUG_OFF & _WRT_PROTECT_OFF & _CPD_OFF & _LVP_OFF & _BODEN_OFF & _MCLR_ON & _PWRTE_ON & _WDT_OFF & _INTRC_IO
     __CONFIG    _CONFIG2, _IESO_OFF & _FCMEN_OFF
If I want to list my chip DEVICE PIC16F88

Code:
     LIST      p=16F88              ; list directive to define processor
     #INCLUDE <P16F88.INC>          ; processor specific variable definitions
Why doesn't show the INC in the left pane of microcode studio that nice to have there
you could pop it up and find what registers you need to set