There is a simple ASM command, COMF. This is what it would look like:

@ BANKSEL _byteA
@ COMF _byteA, F

The first line moves the BSR (Bank Select Register) to the BANK containing your...