Everything was going great until I got the following error using MPLAB V8.80 free version, PBP 2.60c, Long version of compiler.

ERROR: Unable to execute mpasmwin.Error[126] C:\PBP\PBPPI18L.LIB 733 : Argument out of range (16780 not between 0 and 16383)
Error[126] C:\PBP\PBPPI18L.LIB 804 : Argument out of range (16780 not between 0 and 16383)

I thought I had a code error but it seems to be related to possibly code size, number of lines of code??
Here is the assembler error.


Name:  MPLAB_Error.jpg
Views: 496
Size:  18.3 KB


I checked this by eliminating code and by copying/pasting/renaming some subroutines that are compiling without error.
At some point as I add code I will get the error above.