Panasonic PanaXSeries MN1030 Series User Manual page 256

Panasonic microcomputer user's manual
Table of Contents

Advertisement

Chapter 12 List of Machine Language Instructions
Unconditional BRANCH
Mnemonic
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
ignored. The result is stored in the program counter.
JMP label
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
Description of operation

Advertisement

Table of Contents
loading

Table of Contents