make an F88 all digital will be done by using this simple line...
ANSEL=0 ' disable all ADCs

if you feel safe to disable analog comparator that are already disable at POR
CMCON=7 ' disable all analog comparator

That's it that's all... basketball!