Amigos do fórum, estou compilando um código fonte assembly no MPLAB IDE 8.01 e, aparentemente, o código compila sem erros. Porém, na tela de resultados da compilação, aparecem as seguintes mensagens:
Debug build of project `C:\Meus Documentos\Botao e Led.mcp' started.
Preprocessor symbol `__DEBUG' is defined.
Sat Jul 12 13:37:26 2008
----------------------------------------------------------------------
Clean: Deleting intermediary and output files.
Clean: Done.
Executing: "C:\Arquivos de programas\Microchip\MPASM Suite\MPAsmWin.exe" /q /p16F628 "BOT-LED.asm" /l"BOT-LED.lst" /e"BOT-LED.err" /o"BOT-LED.o" /d__DEBUG=1
Message[302] C:\MEUS DOCUMENTOS\BOT-LED.ASM 93 : Register in operand not in bank 0. Ensure that bank bits are correct.
Message[302] C:\MEUS DOCUMENTOS\BOT-LED.ASM 95 : Register in operand not in bank 0. Ensure that bank bits are correct.
Message[302] C:\MEUS DOCUMENTOS\BOT-LED.ASM 97 : Register in operand not in bank 0. Ensure that bank bits are correct.
A language-plugin exception occurred and was logged.
----------------------------------------------------------------------
Debug build of project `C:\Meus Documentos\Botao e Led.mcp' failed.
Preprocessor symbol `__DEBUG' is defined.
Sat Jul 12 13:37:27 2008
FAILED
----------------------------------------------------------------------
O problema está aqui no final da página, onde aparece a frase FAILED (falhou). Quando esta mensagem aparece, eu não consigo debugar o programa usando o MPLAB SIM. O problema é que eu não consigo descobrir porque ocorre este erro! Alguém saberia para me dizer??? Eu agradeceria imensamente!!!