How do I put a NOP at location 0 for the ICD2 by use PBP?


Closed Thread
Results 1 to 2 of 2
  1. #1
    Worayoot's Avatar
    Worayoot Guest

    Post How do I put a NOP at location 0 for the ICD2 by use PBP?

    Please help me.

  2. #2
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default

    The ICD requires certain resources from the target processor including access to 6 RAM registers and the first location of code space. A file called ICDDEFS.BAS has been created to allocate these locations to the ICD and remove them from the resources the PicBasic Pro program has access to. When it is desired to use the ICD, simply include this file at the beginning of the PicBasic Pro program:

    Include "ICDDEFS.BAS"

    I found this on MeLabs FAQ page at:
    http://www.microengineeringlabs.com/support/faq.htm#Pro
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

Similar Threads

  1. Trying to build an IR project
    By financecatalyst in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 10th November 2009, 23:48
  2. Pbp + Mplab + Icd2
    By eduardojx in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 17th July 2009, 03:54
  3. Hserin
    By [email protected] in forum Serial
    Replies: 11
    Last Post: - 16th December 2008, 18:49
  4. frequency meter in PBP
    By savnik in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 13th June 2007, 06:34
  5. ICD2 with PBP
    By Worayoot in forum General
    Replies: 1
    Last Post: - 5th January 2005, 18:36

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts