compilers
Compilers
- The binary instructions are written in machine language, an elementary language the Cpu can understand.
- Compilers are designed to translate the language of C code into machine language for a variety of processor architectures.
Processor Architacture
- x86 architecture
- Sparc processor architectures (used in Sun Workstations)
- PowerPC processor architecture (used in pre-Intel Macs)
Examine Binaries
Use objdump
[!quote] Compitaltion process