MPlab message - check bank bits

Status
Not open for further replies.

Magen

New Member
Hello everybody,
Please can someone assist with the annoying messages below. The bank bits are set correctly in the status register and the program does switch banks (verified in sim) but I am still getting the messages. Any help is appreciated.


Debug build of project `C:\16f628Code\ZTEST.disposable_mcp' started.
Preprocessor symbol `__DEBUG' is defined.
Sun Dec 20 21:00:03 2009
----------------------------------------------------------------------
Clean: Deleting intermediary and output files.
Clean: Done.
Executing: "C:\Program Files\Microchip\MPASM Suite\MPASMWIN.exe" /q /p16F628 "ZTEST.asm" /l"ZTEST.lst" /e"ZTEST.err" /d__DEBUG=1
Message[302] C:\16F628CODE\ZTEST.ASM 14 : Register in operand not in bank 0. Ensure that bank bits are correct.
Message[302] C:\16F628CODE\ZTEST.ASM 15 : Register in operand not in bank 0. Ensure that bank bits are correct.

Loaded C:\16f628Code\ZTEST.cod.
----------------------------------------------------------------------
Debug build of project `C:\16f628Code\ZTEST.disposable_mcp' succeeded.
Preprocessor symbol `__DEBUG' is defined.
Sun Dec 20 21:00:05 2009
----------------------------------------------------------------------
BUILD SUCCEEDED
 
Add this to the ASM file

Code:
errorlevel -302 ; suppress banksel warning messages
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…