Hi to everyone.
After compiling my 6200 PBP lines long program, all goes fine, but also I've the following:
Warning[202] C:\<myProgramPath>\Program.mac 2246 : Argument out of range. Least significant bits used.
The line 2246 of the Program.mac file is like that:

Code:
2245 HSEROUT?C macro Cin
2246        movlw   Cin
2247        L?CALL  HSEROUT
2248     endm
2249 HSEROUT_USED = 1
I'm using a PIC18F87J50 at 16MHz and used the great Mister-E PicMulticalc to set the serial ports. HSER1 to 115200 bps and HSER2 to 9600 bps, PicBasic Pro2.60c
I cannot yet test the program, because I'm waiting the board where the chip is used.
Anyone knows why this warning and what could cause if ignored?

Thanks in advance for an answer.