Chapter 12 List of Machine Language Instructions

Unconditional BRANCH

Mnemonic

Description of operation

 

 

JMP (An)

Store the contents of An in the program counter.

 

 

 

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

JMP label

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.

 

 

244 List of Machine Language Instructions

Page 256
Image 256
Panasonic MN1030 user manual Unconditional Branch, Mnemonic Description of operation JMP An, JMP label