Exam 2 - Assembly, Jump Instructions

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/32

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

33 Terms

1
New cards

JO

Instruction for jump if overflow

2
New cards

JNO

Instruction for jump if not overflow

3
New cards

JS

instruction for jump if signed

4
New cards

JNS

Instruction for jump if not signed

5
New cards

JE

instruction for jump if equal

6
New cards

JZ

instruction for jump if zero

7
New cards

JNE

instruction for jump if not equal

8
New cards

JNZ

instruction for jump if not zero

9
New cards

JB

instruction for jump if below

10
New cards

JNAE

instruction for jump if not above or equal

11
New cards

JC

instruction for jump if carry

12
New cards

JNB

instruction for jump if not below

13
New cards

JAE

instruction for jump if above or equal

14
New cards

JNC

instruction for jump if not carry

15
New cards

JBE

instruction for jump if below or equal

16
New cards

JNA

instruction for jump if not above

17
New cards

JA

instruction for jump if above

18
New cards

JNBE

instruction for jump if not below or equal

19
New cards

JL

instruction for jump if less than

20
New cards

JNGE

instruction for jump if not greater or equal

21
New cards

JGE

instruction for jump if greater than or equal

22
New cards

JNL

instruction for jump if not less

23
New cards

JLE

instruction for jump if less than or equal

24
New cards

JNG

instruction for jump if not greater

25
New cards

JG

instruction for jump if greater than

26
New cards

JNLE

instruction for jump if neither less than nor equal

27
New cards

JP

instruction for jump if parity

28
New cards

JPE

instruction for jump if parity is even

29
New cards

JNP

instruction for jump if not parity

30
New cards

JPO

instruction for jump if parity is odd

31
New cards

JCXZ

instruction for jump if %CX register is 0

32
New cards

JECXZ

instruction for jump if %ECX register is 0

33
New cards