Rigby-Jones, Michael [PAI01:4837:EXCH] wrote: > They are not errors, just a message to let you know that you are performing > and operation on a register that is not in bank 0. > yes sure there no error but portc wouldn't work . Andre > MPASM dosen't know what the currectly selected bank is, it's up to you to > ensure they are correct. > > The fact that MPASM reports "Build completed successfully" means that there > were no actual errors. > > Mike Rigby-Jones > mrjone@nortelnetworks.com > > > How to set rp0 to bank0?? > > i have played with the codes a couple of times but yet i still get these > > msgs error.... > > > > my program is below the build > > > > Building P98069.HEX... > > > > Compiling P98069.ASM: > > Command line: "C:\p98069\MPLAB\MPASMWIN.EXE /e+ /l+ /x- /w0 /c+ /m+ /rhex > > /p16C73 /q C:\P98069\MPLAB\P98069.ASM" > > Warning[216] C:\P98069\MPLAB\P98069.ASM 9 : Radix superceded by command > > line. > > Message[302] C:\P98069\MPLAB\P98069.ASM 62 : Register in operand not in > > bank > > 0. Ensure that bank bits are correct. > > >