Table of Contents Previous topic Next topic
MICROPROCESSOR INSTRUCTION REFERENCE->JR
JR cc,e Jump to e relative if condition cc is true
JR e Jump to e relative always
Flags
| S | Not affected |
| Z | Not affected |
| H | Not affected |
| P/V | Not affected |
| N | Not affected |
| C | Not affected |
| Assembler syntax: | JR cc,<exprn.> |
| JR <exprn.> | where exprn. defines an address |
| No of | M | T | usec @ | |
| Bytes | cycles | states | 2 MHz |
| cc true | 2 | 3 | 12 | 6 |
| cc false | 2 | 2 | 7 | 3.5 |
| no cc | 2 | 3 | 12 | 6 |