1/32
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
JO
Instruction for jump if overflow
JNO
Instruction for jump if not overflow
JS
instruction for jump if signed
JNS
Instruction for jump if not signed
JE
instruction for jump if equal
JZ
instruction for jump if zero
JNE
instruction for jump if not equal
JNZ
instruction for jump if not zero
JB
instruction for jump if below
JNAE
instruction for jump if not above or equal
JC
instruction for jump if carry
JNB
instruction for jump if not below
JAE
instruction for jump if above or equal
JNC
instruction for jump if not carry
JBE
instruction for jump if below or equal
JNA
instruction for jump if not above
JA
instruction for jump if above
JNBE
instruction for jump if not below or equal
JL
instruction for jump if less than
JNGE
instruction for jump if not greater or equal
JGE
instruction for jump if greater than or equal
JNL
instruction for jump if not less
JLE
instruction for jump if less than or equal
JNG
instruction for jump if not greater
JG
instruction for jump if greater than
JNLE
instruction for jump if neither less than nor equal
JP
instruction for jump if parity
JPE
instruction for jump if parity is even
JNP
instruction for jump if not parity
JPO
instruction for jump if parity is odd
JCXZ
instruction for jump if %CX register is 0
JECXZ
instruction for jump if %ECX register is 0