SGI Architecture, ABI, Languages
- Instruction Set Architecture (ISA):
- -mips4 (R1x000, R8000, R5000 processors)
- -mips3 (R4400)
- -mips[1|2] (R3000, R4000 processors, invokes old ucode compiler)
-
- ABI (Application Binary Interface):
- -n32 (32 bit pointers, 4 byte integers, 4 byte real)
- -64 (64 bit pointers, 4 byte integers, 4 byte real)
-
-
-
-
- Languages:
- C
- C++
- Fortran 77
- Fortran 90
Variable C size[bit] F size[bit]