Thanks macracket. Shortening the name made MPLAB happier. It actually tried to build my PBP code, but was very unsuccessful. Understand this is exactly the code that can be built, downloaded and run by PICkit 2 debugger software.

MPLAB is not happy with the formate of the .asm code created by PBP. Below is a small snip of a huge list of complaints.

Error[122] C:\PK2 LESSONS\44PIN DEMO BOARD\RACERS\RACERS.ASM 235 : Illegal opcode (_blinkloop45)
Error[122] C:\PK2 LESSONS\44PIN DEMO BOARD\RACERS\RACERS.ASM 238 : Illegal opcode (_rangefront)
Error[122] C:\PK2 LESSONS\44PIN DEMO BOARD\RACERS\RACERS.ASM 241 : Illegal opcode (_blinkloop67)
Error[122] C:\PK2 LESSONS\44PIN DEMO BOARD\RACERS\RACERS.ASM 244 : Illegal opcode (_turnon)
Error[122] C:\PK2 LESSONS\44PIN DEMO BOARD\RACERS\RACERS.ASM 247 : Illegal opcode (_steerto)
Warning[207] C:\PK2 LESSONS\44PIN DEMO BOARD\RACERS\RACERS.ASM 250 : Found label after column 1. (GOTO?L)
Error[122] C:\PK2 LESSONS\44PIN DEMO BOARD\RACERS\RACERS.ASM 250 : Illegal opcode (_main)
Warning[207] C:\PK2 LESSONS\44PIN DEMO BOARD\RACERS\RACERS.ASM 253 : Found label after column 1. (LABEL?L)
Error[122] C:\PK2 LESSONS\44PIN DEMO BOARD\RACERS\RACERS.ASM 253 : Illegal opcode (L00001)
It would appear that PBP folks don't use MPLAB. True?

Ken