Does anyone know error code means


Results 1 to 3 of 3

Threaded View

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


    Did you find this post helpful? Yes | No

    Default

    Only partial help here.

    In your PBP folder, there's a file, PM.TXT

    Search for 308 and it says ...
    308 Macro Buffer Overflow

    An attempt was made to define a macro which was larger than 4K. This
    usually indicates a missing ENDM pseudo-op.
    Are you using any Assembly Language in your program?

    Sometimes things like this can happen with a bad statement syntax, even though you're not using ASM.

    As for why it works on one computer and not the other, well maybe ...

    The "308 Macro Buffer Overflow" error is specific to PM.EXE
    If the other computer is using MPASM, it won't show as a problem.

    But that's like throwing a Dart across a football field and thinking you'll hit the Dartboard.
    <br>
    Edit: Dagnabit mackrackit! Beat me to it.
    9 hours after the original question, and I'm 9 minutes late.
    Last edited by Darrel Taylor; - 20th September 2007 at 07:50. Reason: mackrackit
    DT

Similar Threads

  1. External EEPROM can't read/write
    By coyotegd in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 16th May 2008, 22:13

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