| Operation: | JMP |
| Function: | Jump to Data Pointer + Accumulator |
| Syntax: | JMP @A+DPTR |
| Instructions | OpCode | Bytes | Cycles | Flags |
| JMP @A+DPTR | 0x73 | 1 | 2 | None |
Description: JMP jumps unconditionally to the address represented by the sum of the value of DPTR and the value of the Accumulator.
See Also: LJMP, AJMP, SJMP, Instruction Set



