WCU / Cybersecurity
~/CSC 471/Class 02/KP 17
Class 02 · KP 17 / 23

System V AMD64 (Linux / macOS)

  • Mnemonic for arg order: "Diane's Silk Dress Costs 89" — RDI RSI RDX RCX R8 R9.
  • Caller-saved: caller must save if it needs the value after a call.
  • Callee-saved: the called function must restore before returning.