Compiler Warning messages


Closed Thread
Results 1 to 8 of 8

Hybrid View

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


    Did you find this post helpful? Yes | No

    Default

    In assembly language, indentation is critical.

    We can't tell how you've indented your code unless you put it in [code][/code] tags.

    But when it tells you "Found label after column 1.(INT_LST)" ...
    It usually means it's not in column 1 (indented).
    DT

  2. #2
    Pedro Pinto's Avatar
    Pedro Pinto Guest


    Did you find this post helpful? Yes | No

    Default

    Hello Darrel

    Have arranged the code, and now not show the message anymore

    But the message MESSAGE: (Temp variables exceeding T7) continue
    Is this a Interrupt DS_INT problem?

    Thanks
    Best regards
    Pedro

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


    Did you find this post helpful? Yes | No

    Default

    It means that you have very long math formulas or IF statements in your program that is creating a lot of system Temp variables.

    If they are not in your interrupts handler, then add
    Code:
    DEFINE NO_T7_WARNING 1
    DT

Members who have read this thread : 0

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