Maxim Integrated MAX31782 User Manual

Page 203

Advertising
background image





MaximIntegrated 20-20

MAX31782 User’s Guide

Revision 0; 8/11

RETNC
Operation:

C=0: IP

← @SP--

C=1: IP

← IP +1

Encoding:

15

0

1110

1100

0000

1101

Example(s):

RET NC

; C=1, return (RET) does not occur

RETZ
Operation:

Z=1: IP

← @SP--

Z=0: IP

← IP + 1

Encoding:

15

0

1001

1100

0000

1101

Example(s):

RET Z

; Z=0, return (RET) does not occur

RETNZ
Operation:

Z=0: IP

← @SP--

Z=1: IP

← IP +1

Encoding:

15

0

1101

1100

0000

1101

Example(s):

RET NZ

; Z=0, return (RET) is performed

RETS
Operation:

S=1: IP

← @SP--

S=0: IP

← IP + 1

Encoding:

15

0

1100

1100

0000

1101

Example(s):

RET S

; S=0, return (RET) does not occur

Advertising