1
Q

Two prevalent calling conventions are?

A

C calling convention
Pascal calling convention

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

C calling convention ——- to every function or variable name?

A

prepend an underscore

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

Pascal translates the name to all —– ?

A

Uppercase

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

In C parameters are pushed in —– order with —- being pushed first.

A

reverse, rightmost

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

In pascal they are pushed in —- order with —- being pushed first.

A

proper order, leftmost

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

In NASM symbol is declared with

A

1- imported symbol : External directive
2- Exported symbol : Global directive

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

Two widely popular processors are —?

A

1- Motorola 68k series ( high performance applications embedded)
2- Sun SPARC ( high end enterprise servers)

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

Intel x86 is known for its —-?

A

success in desktop market

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

68k processors have —- , —– bit general purpose register named from —– and —-?

A

16 , 23, A0-A7, D0-D7

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

A0-A7 can hold address in —- memory access ?

A

indirect

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