Menu

MPlab doesnt like:

Help
2009-12-01
2013-05-30
  • Alistair George

    Alistair George - 2009-12-01

    Have set the cpu correctly in both as PIC16f629 wondering what might be causing MPLab to report message??
    <pre><code>
    banksel TRISC
    bcf TRISC,0
    bcf TRISC,1
    bcf TRISC,2
    bcf TRISC,3
    bsf PIE1,T1IE
    bsf PIE2,C1IE
    bsf PIE1,ADIE
    Message G:\DEV\PIC\GCBASIC\COMPILED.ASM 73 : Register in operand not in bank 0.  Ensure that bank bits are correct.
    Message G:\DEV\PIC\GCBASIC\COMPILED.ASM 74 : Register in operand not in bank 0.  Ensure that bank bits are correct.
    Message G:\DEV\PIC\GCBASIC\COMPILED.ASM 75 : Register in operand not in bank 0.  Ensure that bank bits are correct.
    Message G:\DEV\PIC\GCBASIC\COMPILED.ASM 76 : Register in operand not in bank 0.  Ensure that bank bits are correct.
    Message G:\DEV\PIC\GCBASIC\COMPILED.ASM 77 : Register in operand not in bank 0.  Ensure that bank bits are correct.
    Message G:\DEV\PIC\GCBASIC\COMPILED.ASM 78 : Register in operand not in bank 0.  Ensure that bank bits are correct.
    Message G:\DEV\PIC\GCBASIC\COMPILED.ASM 79 : Register in operand not in bank 0.  Ensure that bank bits are correct.
    </code></pre>

     
  • Hugh Considine

    Hugh Considine - 2009-12-01

    That message comes up every time a variable outside of bank 0 is accessed, regardless of whether or not the bank bits are correct. It can be safely ignored.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.