Chapter 8 Flashcards
1
Q
Can register be subtracted
A
No
2
Q
Can 2 base registers be added
A
No
3
Q
Can 2 indices be added
A
No
4
Q
What is formula of effective address
A
EA = base + index + offset
5
Q
What is the formula of physical address
A
Physical address = segment * 0x10 + EA
6
Q
What is segment wrap around
A
Removing extra bit
7
Q
What is memory wrap around
A
Removing extra bit
8
Q
What is jz
A
jump is zero
9
Q
What is je
A
jump if equal
10
Q
What is jne
A
jump if not equal
11
Q
What is jc
A
jump if carry
12
Q
What is jnc
A
jump if not carry
13
Q
What is ja
A
Jump if above
14
Q
What is jb
A
Jump if below
15
Q
What is jl
A
jump if less