View previous topic :: View next topic |
Author |
Message |
due_bg
Joined: 14 Jun 2011 Posts: 2
|
Programming inquiry |
Posted: Tue Jun 14, 2011 10:29 pm |
|
|
Hi, I'm new user of CCS compiler.
I want to ask a question, PICBASIC language (.BAS) can be compile in CCS? |
|
|
asmallri
Joined: 12 Aug 2004 Posts: 1634 Location: Perth, Australia
|
|
Posted: Tue Jun 14, 2011 11:54 pm |
|
|
No. CCS is a C complier, not a basic compiler. _________________ Regards, Andrew
http://www.brushelectronics.com/software
Home of Ethernet, SD card and Encrypted Serial Bootloaders for PICs!! |
|
|
due_bg
Joined: 14 Jun 2011 Posts: 2
|
|
Posted: Wed Jun 15, 2011 1:09 am |
|
|
TQ very much.
Any suggestion for compiler (.bas)? |
|
|
asmallri
Joined: 12 Aug 2004 Posts: 1634 Location: Perth, Australia
|
|
Posted: Wed Jun 15, 2011 2:48 am |
|
|
due_bg wrote: | TQ very much.
Any suggestion for compiler (.bas)? |
There is no standard way to access processor specific internal peripherals control registers in a PIC. As such, compiler writers implement their own extensions. If you have an application written in PICBASIC then you need a PICBASIC compiler or you need to modify the application when you move from one vendors complier to another. _________________ Regards, Andrew
http://www.brushelectronics.com/software
Home of Ethernet, SD card and Encrypted Serial Bootloaders for PICs!! |
|
|
|