By: Prof. Dr. Fazal Rehman | Last updated: March 3, 2022
What is ABI?
Application Binary Interface works as an interface between the operating system and application programs in the context of object/binary code.ABI handles the followings;
Application Program Interface works as an interface between the operating system and application programs in the context of source code.
What is ISA?
ISA is an instruction set architecture.ISA is a visible part of the processor and programmer can look at the ISA because ISA works as the boundary between the hardware and software.ISA works as an intermediate interface between computer software and computer hardware.Figure: API, ABI, ISA