Chapter 12 List of Machine Language Instructions
244 List of Machine Language Instructions
Unconditional BRANCH
Mnemonic Description of operation
JMP (An) Store the contents of An in the program counter.
JMP label
If label is (d16,PC), the 16-bit displacement is sign-extended and added to the program
counter. The result is stored in the program counter. Any overflow during the addition is
ignored. The result is stored in the program counter.
If label is (d32,PC), the 32-bit displacement is added to the program counter. The result is
stored in the program counter. Any overflow during the addition is ignored. The result is
stored in the program counter.