Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 233 Bytes

ABI.md

File metadata and controls

12 lines (7 loc) · 233 Bytes
  • Stack grows up; pointer is incremented when new data is pushed.
  • Kempe data pointer is maintained through calls.

x86

  • rbx has Kempe data pointer.

Aarch64

  • x19 has Kempe data pointer.