Application Binary Interface from the Ground Up

ABI [https://en.wikipedia.org/wiki/Application_binary_interface] stands for Application Binary Interface. It includes a set of rules e.g. calling conventions. For a long time, I found the concept of ABI hard to grasp. I want to take a step back and see if we start from…