o32
o32 is a designation used in different domains, but it is most notably associated with the MIPS architecture as the o32 application binary interface (ABI). The o32 ABI stands for "old 32-bit" and represents a legacy 32-bit ABI used by 32-bit MIPS processors. It is one of several MIPS ABIs, alongside n32 and the 64-bit ABI.
Binaries built for o32 are not compatible with the 64-bit ABIs; they rely on 32-bit pointers and
In practice, o32 appears in toolchains and build configurations as the ABI directive, for example enabling
Beyond computing, o32 may appear as a model or internal code in various products or projects, where