Intel 80C188EC User Manual page 452

Hide thumbs Also See for 80C188EC:
Table of Contents

Advertisement

Name
JAE
Jump on Above or Equal:
JNB
Jump on Not Below:
JAE disp8
JNB disp8
Transfers control to the target location
if the tested condition (CF = 0) is true.
Instruction Operands:
JAE short-label
JNB short-label
JB
Jump on Below:
JNAE
Jump on Not Above or Equal:
JB disp8
JNAE disp8
Transfers control to the target location
if the tested condition (CF = 1) is true.
Instruction Operands:
JB short-label
JNAE short-label
JBE
Jump on Below or Equal:
JNA
Jump on Not Above:
JBE disp8
JNA disp8
Transfers control to the target location
if the tested condition ((C =1) or
(ZF=1)) is true.
Instruction Operands:
JBE short-label
JNA short-label
JC
Jump on Carry:
JC disp8
Transfers control to the target location
if the tested condition (CF=1) is true.
Instruction Operands:
JC short-label
NOTE: The three symbols used in the Flags Affected column are defined as follows:
– the contents of the flag remain unchanged after the instruction is executed
? the contents of the flag is undefined after the instruction is executed
ü
the flag is updated after the instruction is executed
Table C-4. Instruction Set (Continued)
Description
INSTRUCTION SET DESCRIPTIONS
Operation
if
(CF) = 0
then
(IP) ← (IP) + disp8 (sign-ext to 16 bits)
if
(CF) = 1
then
(IP) ← (IP) + disp8 (sign-ext to 16 bits)
if
((CF) = 1) or ((ZF) = 1)
then
(IP) ← (IP) + disp8 (sign-ext to 16 bits)
if
(CF) = 1
then
(IP) ← (IP) + disp8 (sign-ext to 16 bits)
Flags
Affected
AF –
CF –
DF –
IF –
OF –
PF –
SF –
TF –
ZF –
AF –
CF –
DF –
IF –
OF –
PF –
SF –
TF –
ZF –
AF –
CF –
DF –
IF –
OF –
PF –
SF –
TF –
ZF –
AF –
CF –
DF –
IF –
OF –
PF –
SF –
TF –
ZF –
C-21

Advertisement

Table of Contents
loading

This manual is also suitable for:

80c186ec

Table of Contents