PDA

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



Worayoot
- 23rd March 2004, 16:43
Please help me.

Bruce
- 7th April 2004, 06:04
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