References for writing _assemblers_?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ack

    The Amsterdam Compiler Kit

  • Looking at the ACK assembler which dates from the 16-bit era (https://github.com/davidgiven/ack/tree/default/mach/proto/as), it seems to hold a bitfield which tells it whether variable-sized instructions have been shortened or not. Bits are only allocated for instructions which can change length. The downside is that if you have conditionals which turn on and off sections of source based on factors which can change from pass to pass, Very Bad Things happen because it doesn't keep a mapping of which bit corresponds to which instruction. Plus, an instruction can only be shortened once. IME a naive assembler needs multiple relaxation passes to get optimal results.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • Simple Nginx Docker Proxy with high availability and security

    4 projects | dev.to | 17 May 2024
  • OpenBSD – sshd(8) split into multiple binaries

    2 projects | news.ycombinator.com | 17 May 2024
  • Raspberry Pi Ltd.: Potential IPO on the Main Market of the London Stock Exchange

    3 projects | news.ycombinator.com | 15 May 2024
  • State of the Terminal

    12 projects | news.ycombinator.com | 16 May 2024
  • SQLiteStudio: Create, edit, browse SQLite databases

    1 project | news.ycombinator.com | 17 May 2024