Skip to content

Files

Latest commit

 

History

History
15 lines (12 loc) · 348 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 348 Bytes

Linker101

  • Makefile (i.e., build system overview)
  • Static linking
  • Dynamic linking
  • Implementation of a simple dynamic linker

To be added

  • [DONE] Linking relocatables from c and assembly source files
    • See linking_with_assembly
  • Inline assembly
  • C preprocessing
  • Linker script
  • C built-in functions (e.g., __builtin_expect)