Email: Password: Remember Me | Create Account (Free)
8051/8052 Instruction: JMP

Operation:JMP
Function:Jump to Data Pointer + Accumulator
Syntax:JMP @A+DPTR

InstructionsOpCodeBytesCyclesFlags
JMP @A+DPTR0x7312None


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