On 8/2/06, Brandon Fosdick <[EMAIL PROTECTED]> wrote: > Zik Saleeba wrote: > > Yep, there's a bunch of internal processor configuration stuff the > > compiler needs to know. Although I've actually added internal support > > for it and every other 18-series PIC to sdcc. I just haven't added it > > back into the main source tree yet. Must do that... > > That's what I figured. Thanks. > > >From looking at the datasheet it looks like all of the 18F's have a common > >instruction set with part specific extensions. So could I compile for the > >458 and get something that works on a 4580? Assuming I don't use any of the > >extensions of course. >
It's very likely that it will work OK. SDCC doesn't use the extended instruction set, so those won't cause incompatibility. How do the memory maps compare? Regards, Mark [EMAIL PROTECTED] -- You think that it is a secret, but it never has been one. - fortune cookie ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Sdcc-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sdcc-user
