APIs and ABIs
Distinguishes source-level APIs from binary-level ABIs, focusing on compatibility and function-call boundaries.
// TAG
Posts in this collection, ordered newest first.
Distinguishes source-level APIs from binary-level ABIs, focusing on compatibility and function-call boundaries.
Compares major x86 and x86-64 calling conventions by argument passing, return values, and stack cleanup rules.