Status: Tags: Links: C MOC
C Files
Principles
Object File
- Binary
- Can also be expressed in an obj.dump file that turns into assembly
- Contains location of instructions, bytes
- do not yet contain memory addresses is because they have not yet been linked together and their tokens given addresses by the compiler (linker)
Backlinks
References:
Created:: 2022-02-09 15:05