Michael Leuchtenburg wrote:
> The PIC18 compiler claims "ANSI C compliance". Somehow, I doubt it.
If that's Microchip's own compiler for the PIC18s then it's very close.
 I used it for a real work project and it's not bad.  I had to
occasionally look at the assembly output to check up on what the
compiler was doing and then rewrite the C to get the assembly I wanted.

Some of the other compilers suffer from amusing quirks such as assuming
there's only one source file, i.e. they couldn't be bothered writing a
linker.

Reply via email to