PAGE addr | |
| Description: | Transfer addr .11:addr .9 into PA2 : PA0 , will delay skipping |
| Operation: | page = addr >> 9 |
| Flags affected: | PA0..2 |
| Registers affected: | - |
| Sources referenced: | - |
| Cycles: | 1 |
| Opcode: | |
| Details: | SX Users Manual page # 112 |
| Microchip PIC syntax: | |
| Notes: | |
Skipping a page instruction will also cause the instruction following the page instruction to be skipped. This is designed to handle long calls which must be coded as a page then a call. See Skip for more details.