BANK fr | |
Description: | Transfer fr .7:fr .5 into FSR .7:FSR .5 |
Operation: | FSR = &( fr ) & 0xE0 |
Flags affected: | none |
Registers affected: | FSR |
Sources referenced: | - |
Cycles: | 1 |
Opcode: | |
Details: | SX Users Manual page # 74 |
Microchip PIC syntax: | |
Notes: |
Skipping a bank instruction will also cause the instruction following the bank instruction to be skipped. This is designed to handle the case of reference to registers in other banks which must be coded as a bank then a register reference. The skip will skip both the bank and the register reference instuctions. See Skip for more details.