Clarification need about #CONFIG...#ENDCONFIG / asm ...endasm.


Closed Thread
Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,612


    Did you find this post helpful? Yes | No

    Default Re: Clarification need about #CONFIG...#ENDCONFIG / asm ...endasm.

    Hi,
    (This is very weird, I posted an answer to this thread but it just disapeared. So, here's a second attempt)

    #CONFIG/#ENDCONFIG was introduced with PBP3. The first code snippet shows the old way of handling the config (which required the default ones to be commented out).
    You get the errors because it now tries to use the default ones and the ones within the ASM/ENDASM block. Change ASM/ENDASM to #CONFIG/#ENDCONFIG and it will use the ones within the block instead of the default ones. The errors should then go away.

    /Henrik.

  2. #2
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,133


    Did you find this post helpful? Yes | No

    Default Re: Clarification need about #CONFIG...#ENDCONFIG / asm ...endasm.

    I see the post you did Henrik as moderated. Maybe that is why you do not see it.

    Ioannis


    Edit by Robert:

    Weird, even this post was awaiting to be moderated.

Similar Threads

  1. DT_INT Vs ASM - Round 1
    By Megahertz in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 27th January 2013, 21:33
  2. #config...#endconfig
    By ptig185 in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 7th September 2012, 07:17
  3. Pro upgrade clarification
    By fowardbias in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 24th January 2010, 21:17
  4. question about how to implement ASM and ENDASM
    By karenhornby in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 9th March 2008, 09:21
  5. Asm...Endasm
    By Socal in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 18th April 2007, 05:27

Members who have read this thread : 0

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

Tags for this Thread

Posting Permissions

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