10 Flashcards
Two prevalent calling conventions are?
C calling convention
Pascal calling convention
C calling convention ——- to every function or variable name?
prepend an underscore
Pascal translates the name to all —– ?
Uppercase
In C parameters are pushed in —– order with —- being pushed first.
reverse, rightmost
In pascal they are pushed in —- order with —- being pushed first.
proper order, leftmost
In NASM symbol is declared with
1- imported symbol : External directive
2- Exported symbol : Global directive
Two widely popular processors are —?
1- Motorola 68k series ( high performance applications embedded)
2- Sun SPARC ( high end enterprise servers)
Intel x86 is known for its —-?
success in desktop market
68k processors have —- , —– bit general purpose register named from —– and —-?
16 , 23, A0-A7, D0-D7
A0-A7 can hold address in —- memory access ?
indirect