![Maxim Integrated MAX31782 Скачать руководство пользователя страница 193](http://html1.mh-extra.com/html/maxim-integrated/max31782/max31782_user-manual_1744481193.webp)
MaximIntegrated 20-10
MAX31782 User’s Guide
Revision 0; 8/11
JUMPNZ
Z=0: IP
←
IP + src (relative) -or- src (absolute)
Operation:
Z=1: IP
←
IP + 1
Encoding:
15
0
f101
1100
ssss
ssss
Example(s):
JUMP NZ, label1
; Z=1, branch taken
JUMPE
E=1: IP
←
IP + src (relative) -or- src (absolute)
Operation:
E=0: IP
←
IP + 1
Encoding:
15
0
0011
1100
ssss
ssss
Example(s):
JUMP E, label1
; E=1, branch taken
SpecialNotes:
The src specifier must be immediate data .
JUMPNE
Operation:
E=0: IP
←
IP + src (relative) -or- src (absolute)
E=1: IP
←
IP + 1
Encoding:
15
0
0111
1100
ssss
ssss
Example(s):
JUMP NE, label1
; E=0, branch taken
SpecialNotes:
The src specifier must be immediate data .
JUMPS
S=1: IP
←
IP + src (relative) -or- src (absolute)
Operation:
S=0: IP
←
IP + 1
Encoding:
15
0
f100
1100
ssss
ssss
Example(s):
JUMP S, label1
; S=0, branch not taken