![Maxim Integrated MAX31782 Скачать руководство пользователя страница 203](http://html1.mh-extra.com/html/maxim-integrated/max31782/max31782_user-manual_1744481203.webp)
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