[Sdcc-user] pic18f4680 / 4550 strange behaviour when calling functions

2008-10-04 Thread Georges Engelmann
Hello list, The following code works like a charm on a pic18f4550. Output on the serial port is "A6A6A6A6A6A6A6A". Now compiling exactly the same source code (or even using the hex-file for the 4550) for a pic18f4680 produces the following output: "A≥A„AACAsA£A”A" The parameter '6' in test_f

Re: [Sdcc-user] pic18f4680 / 4550 strange behaviour when calling functions

2008-10-04 Thread Arkadi Shishlov
Georges Engelmann wrote: > Now compiling exactly the same source code (or even using the hex-file > for the 4550) for a pic18f4680 produces the following output: > "A≥A„AACAsA£A”A" > The parameter '6' in test_func is somehow not properly transmitted to > the function?! In a similar situation th