Intel 8XC196NT User Manual page 435

Table of Contents

Advertisement

8XC196NT USER'S MANUAL
Mnemonic
JNVT
JUMP IF OVERFLOW-TRAP FLAG IS
CLEAR. Tests the overflow-trap flag. If the
flag is set, this instruction clears the flag and
passes control to the next sequential
instruction. If the overflow-trap flag is clear,
this instruction adds to the program counter
the offset between the end of this instruction
and the target label, effecting the jump. The
offset must be in range of –128 to +127.
if VT = 0 then
PC
Z
JST
JUMP IF STICKY BIT FLAG IS SET. Tests
the sticky bit flag. If the flag is clear, control
passes to the next sequential instruction. If
the sticky bit flag is set, this instruction adds
to the program counter the offset between the
end of this instruction and the target label,
effecting the jump. The offset must be in
range of –128 to +127.
if ST = 1 then
PC
Z
JV
JUMP IF OVERFLOW FLAG IS SET. Tests
the overflow flag. If the flag is clear, control
passes to the next sequential instruction. If
the overflow flag is set, this instruction adds
to the program counter the offset between the
end of this instruction and the target label,
effecting the jump. The offset must be in
range of –128 to +127.
if V = 1 then
PC
Z
A-26
Table A-6. Instruction Set (Continued)
Operation
PC + 8-bit disp
PSW Flag Settings
N
C
V
VT
ST
0
PC + 8-bit disp
PSW Flag Settings
N
C
V
VT
ST
PC + 8-bit disp
PSW Flag Settings
N
C
V
VT
ST
Instruction Format
JNVT
cadd
(11010100) (disp)
NOTE: The displacement (disp) is sign-
extended to 24 bits.
JST
cadd
(11011000) (disp)
NOTE: The displacement (disp) is sign-
extended to 24 bits.
JV
cadd
(11011101) (disp)
NOTE: The displacement (disp) is sign-
extended to 24 bits.

Advertisement

Table of Contents
loading

Table of Contents