User guide

DS4830A User’s Guide
211
JUMP NZ
Operation: Z=0: IP IP + src (relative)orsrc (absolute)
Z=1: IP IP + 1
Encoding: 15 0
f101
1100
ssss
ssss
Example(s): JUMP NZ, label1 ; Z=1, branch not taken
JUMP E
Operation: E=1: IP IP + src (relative) or src (absolute)
E=0: IP IP + 1
Encoding: 15 0
0011
1100
ssss
ssss
Example(s): JUMP E, label1 ; E=1, branch taken
Special Notes: The src specifier must be immediate data.
JUMP NE
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=1, branch not taken
Special Notes: The src specifier must be immediate data.
JUMP S
Operation: S=1: IP IP + src (relative) or src (absolute)
S=0: IP IP + 1
Encoding: 15 0
f100
1100
ssss
ssss
Example(s): JUMP S, label1 ; S=0, branch not taken