Re: Moving from PIC16 to PIC18 Adding chip to gpasm and picp
Peter Stuge <[email protected]> Mon, 14 Feb 2011 21:57:11 +0100
| Newsgroups | gmane.comp.hardware.microcontrollers.gnupic |
|---|---|
| Message-ID | <[email protected]> |
Please answer Marko's questions. [email protected] wrote: > I've got to move to the PIC18 chips .. > The last time I checked SDCC didn't support PIC18 Note that PIC16 and PIC18 are very very similar. They're basically the same architecture, except that PIC18 can have a call stack, to make code generation in C compilers easier. //Peter