Jump Instructions Flashcards

1
Q

facilitate the transfer of the program sequences to the memory address given in the operand, based on the specified flag.

A

Jump instructions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

These are used to jump on a particular location unconditionally.

A

Unconditional Jump Instructions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

This procedure targets memory location within the same code segment

A

Near JMP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

This procedure targets memory location within the same code segment but the offset is 1 byte long

A

Short JMP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

This procedure targets memory location that is outside the segment, and the size of the instruction pointer is a double word.

A

Far JMP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

In implementing conditional jumps, the processor must check for a specific condition for the jump to take place.

A

Conditional Jump Instructions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

CPAZSO

A

Carry Flag, Parity Flag, Auxiliary Carry Flag, Zero Flag, Sign Flag, Overflow Flag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly