Electronic Circuits and Projects Forum


couple of questions ??

Results 1 to 4 of 4
Reply to Thread
  1. #1
    coppermouse
    coppermouse is offline

    Default couple of questions ??

    I must support an HC11 based product.
    It uses the Avocet compiler which is DOS based, is there a newer Windows based compiler/IDE I could use which is free?
    Where can I find a C editor (one that changes color for comments and matches brackets etc..
    Is there a Windows Grep program available

  2. #2
    dougy83
    dougy83 is offline
    GCC for HC11/12 is free: GNU Development Chain for 68HC11&68HC12

    Code::Blocks is an IDE for C/C++, and can integrate with GCC (above)
    Programmer's Notepad is another option (not as fancy IMO)

    BareGrep is a windows grep program. If you want a commandline grep program for windows, there're a few available. Search for "windows grep"

  3. #3
    coppermouse
    coppermouse is offline
    Hey thanks a lot for the information!
    What would be involved in porting it over from Avocet, I am not an expert, I know enough to get by.

  4. #4
    dougy83
    dougy83 is offline
    Quote Originally Posted by coppermouse View Post
    What would be involved in porting it over from Avocet
    Any standard C will work without modification; any Avocet-specific keywords/syntax (if any) will need changing. You may need to change the header file names also.

Reply to Thread

Similar Threads

  1. LM324 a couple of questions
    By ghostman11 in General Electronics Chat
    Replies: 9
    Latest: 8th December 2009, 06:31 PM
  2. A couple of learning questions
    By twist2b in Microcontrollers
    Replies: 18
    Latest: 13th October 2008, 08:27 AM
  3. couple questions...;)
    By strokedmaro in Electronic Projects Design/Ideas/Reviews
    Replies: 6
    Latest: 18th June 2008, 06:18 PM
  4. A couple PIC questions.
    By Andy1845c in Microcontrollers
    Replies: 17
    Latest: 24th June 2007, 04:41 PM
  5. A couple 'scope questions
    By zachtheterrible in General Electronics Chat
    Replies: 7
    Latest: 3rd November 2005, 12:51 PM