Assemblers and linkers resources

This page summarizes the projects mentioned and recommended in the original post on /r/Compilers

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • ruby

    The Ruby Programming Language [mirror] (by Shopify)

  • I have some embedded assembler libraries (usable from within a language, as opposed to the input being text) on my PL resources site. Some of the smaller ones like the tiny one we build during Compiling a Lisp strip some of the magic from assemblers. YJIT's assembler API is a bit messy but the implementation is clean enough.

  • Cwerg

    The best C-like language that can be implemented in 10kLOC.

  • You can find the code at Cwerg

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • As for linkers and loaders, see https://github.com/MattPD/cpplinks/blob/master/executables.linking_loading.md

  • mold

    Mold: A Modern Linker 🦠

  • "Design and implementation of mold" is particularly worth reading for decisions behind a modern linker: https://github.com/rui314/mold/blob/main/docs/design.md

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts