Application binary interface

An application binary interface (ABI) specifies binary-level conventions that let compiled programs interact with operating systems, libraries, and processors, including rules for calls, data layout, and executable files.

Connect