• Parameter passing in the presence of a prototype
  • Parameter passing without a prototype
  • Parameter passing in the presence of a K & R style prototype
  • Variable argument lists
  • The 'fastcall' calling convention
  • Callee cleans up the stack
  • Preserving registers
  • Examples
  • References