Compiler Errors


Results 1 to 4 of 4

Thread: Compiler Errors

Threaded View

  1. #1
    Conspiracy Bro's Avatar
    Conspiracy Bro Guest

    Default Compiler Errors

    I do not know what the problem is but i can't get rid of these compiler errors, would anyone have any idea? I am a beginner with programming PIC's. The errors are listed below following the code that the compiler does not like. Any help here would be greatly appreciated. I am using a PIC16F628

    Message[302] C:\KEYPAD.ASM 36 : Register in operand not in bank 0. Ensure that bank bits are correct.
    Message[302] C:\KEYPAD.ASM 38 : Register in operand not in bank 0. Ensure that bank bits are correct.

    BSF STATUS,5
    MOVLW b'11111000'
    MOVWF TRISA
    MOVLW b'11100000'
    MOVWF TRISB

    Warning[205] C:\KEYPAD.ASM 290 : Found directive in column 1. (end)

    Error[173] C:\KEYPAD.ASM 291 : source file path exceeds 62 characters (C:\KEYPAD.ASM)

    Error[173] C:\KEYPAD.ASM 291 : source file path exceeds 62 characters (C:\P16F628A.INC)
    Last edited by Conspiracy Bro; - 1st November 2004 at 11:12.

Similar Threads

  1. Compilation errors - strange
    By tetanus4 in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 24th October 2009, 19:04
  2. Replies: 3
    Last Post: - 1st July 2008, 21:07
  3. compiler help!!!!
    By MINHLE in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 20th April 2008, 18:52
  4. Picbasic Pro Demo assembly errors
    By mikeRho in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 2nd January 2008, 06:41
  5. Microcode Studio Plus compile/assmebly errors
    By mikehagans in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 18th February 2006, 21:31

Members who have read this thread : 1

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