boncker
Member level 2
Guys,
In the MPLAB software, the disassembler function (from C to assembler) you can see the own code, but instead of register names you will see the register address. If I do some code directly in assembly to use in the PIC 16F877A for example (it has 4 memory banks), I need to use the STATUS register to change the bank.
If I write the assembly code putting the register address instead of register name, will be necessary to modify STATUS's RP1/RP0 to change the memory banks?
Thanks!
In the MPLAB software, the disassembler function (from C to assembler) you can see the own code, but instead of register names you will see the register address. If I do some code directly in assembly to use in the PIC 16F877A for example (it has 4 memory banks), I need to use the STATUS register to change the bank.
If I write the assembly code putting the register address instead of register name, will be necessary to modify STATUS's RP1/RP0 to change the memory banks?
Thanks!