Undefined Symbol error when using ASM interrupt


Closed Thread
Results 1 to 3 of 3
  1. #1
    toalan's Avatar
    toalan Guest

    Default Undefined Symbol error when using ASM interrupt

    Hi guys, I need to use an ASM based innterupt but I always get 'Undefined symbol 'myint'' when I use 'Define INTHAND myint'. I pasted in the exact example as in the picbasic pro manual and the only error i get is this one. Using the ON Interrupt is not an option for me bacause I need the speed. Any information would be greatly appreciated. Thanks

    Regards,

  2. #2
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    Hi toalan,

    Make sure that the myint label is in the FIRST column of the line. There can't be any spaces before it.

    Also, if you are using MPASM, make sure that the CASE matches in both the define INTHAND statement and the label.

    HTH,
       Darrel

  3. #3
    toalan's Avatar
    toalan Guest


    Did you find this post helpful? Yes | No

    Default

    OMG, it worked. Thanks

Similar Threads

  1. 18F2480 asm interrupt
    By Richard Storie in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 5th March 2009, 19:40
  2. Errors In MPLAB 8.02
    By HOTLNC in forum mel PIC BASIC Pro
    Replies: 20
    Last Post: - 4th June 2008, 13:52
  3. 16F877a ASM Interrupt Confused
    By modifyit in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 19th September 2005, 03:16
  4. USART interrupt not interrupting right
    By Morpheus in forum mel PIC BASIC Pro
    Replies: 12
    Last Post: - 6th March 2005, 01:07
  5. STATUS re-curtain W
    By zugvogel1 in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 13th February 2005, 15:21

Members who have read this thread : 2

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