Here is a list of my error messages. I don't see what they are telling me that I have to comment out. Are you saying that the well commented lines are in the .lst file after assembly? I am confused as to what file I need to open to read where the lines that need to be commented out are listed.

Code:
Error[113]   C:\PBP26\PBPPIC14.LIB 1181 : Symbol not previously defined (wsave)
Error[101]   C:\PBP26\ELLIS_CODES\WIFI\16F886\0DS1337CLOCKEDTEMPWIFI.ASM 476 : ERROR: (wsave variable not found,)
Error[101]   C:\PBP26\ELLIS_CODES\WIFI\16F886\0DS1337CLOCKEDTEMPWIFI.ASM 440 : ERROR: ("                     Add:"       wsave VAR BYTE $70 SYSTEM)
Error[101]   C:\PBP26\ELLIS_CODES\WIFI\16F886\0DS1337CLOCKEDTEMPWIFI.ASM 497 : ERROR: (Chip has RAM in BANK1, but wsave1 was not found.)
Error[101]   C:\PBP26\ELLIS_CODES\WIFI\16F886\0DS1337CLOCKEDTEMPWIFI.ASM 447 : ERROR: ("   Add:"       wsave1 VAR BYTE $A0 SYSTEM, Or change to   wsave BYTE $70 SYSTEM)
Error[101]   C:\PBP26\ELLIS_CODES\WIFI\16F886\0DS1337CLOCKEDTEMPWIFI.ASM 513 : ERROR: (Chip has RAM in BANK2, but wsave2 was not found.)
Error[101]   C:\PBP26\ELLIS_CODES\WIFI\16F886\0DS1337CLOCKEDTEMPWIFI.ASM 454 : ERROR: ("   Add:"       wsave2 VAR BYTE $120 SYSTEM, Or change to   wsave BYTE $70 SYSTEM)
Error[101]   C:\PBP26\ELLIS_CODES\WIFI\16F886\0DS1337CLOCKEDTEMPWIFI.ASM 523 : ERROR: (Chip has RAM in BANK3, but wsave3 was not found.)
Error[101]   C:\PBP26\ELLIS_CODES\WIFI\16F886\0DS1337CLOCKEDTEMPWIFI.ASM 461 : ERROR: ("   Add:"       wsave3 VAR BYTE $1A0 SYSTEM, Or change to   wsave BYTE $70 SYSTEM)
Error[101]   C:\PBP26\ELLIS_CODES\WIFI\16F886\0DS1337CLOCKEDTEMPWIFI.ASM 800 : ERROR: ("INT_Handler" -  Interrupt Flag ( PIR2,LVDIF ) not found.)
Error[113]   C:\PBP26\PBPPIC14.LIB 449 : Symbol not previously defined (ADCON2)
Error[113]   C:\PBP26\PBPPIC14.LIB 463 : Symbol not previously defined (ADCON2)
Error[113]   C:\PBP26\PBPPIC14.LIB 477 : Symbol not previously defined (ADCON2)
Error[113]   C:\PBP26\PBPPIC14.LIB 491 : Symbol not previously defined (ADCON2)
Error[113]   C:\PBP26\PBPPIC14.LIB 899 : Symbol not previously defined (ADCON2)
Error[101]   C:\PBP26\ELLIS_CODES\WIFI\16F886\0DS1337CLOCKEDTEMPWIFI.ASM 800 : ERROR: ("INT_ENABLE" -  Interrupt Flag ( PIR2,LVDIF ) not found.)