Application binary interface: Difference between revisions

Content deleted Content added
Complete ABIs: Edit for clarity and remove noise
Description: 'details' is awkward; overly generic
Line 13:
 
== Description ==
DetailsInterface aspects covered by an ABI include the following:
* Processor instruction set, with details like register file structure, stack organization, memory access types, etc.
* Sizes, layouts, and [[Data structure alignment|alignments]] of basic [[data type]]s that the processor can directly access