Implementation of a Two Pass Assembler in C : The following implementation used Tries for fast in-memory opcode fetch, generation of intermediate files and symbol tables. It also has the implementation of a loader supporting relocatable addressing. And yes, there is irony in the name.

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

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
  • ProprietaryAssembler

    This repository contains the implementation of a two pass assembler involving tries for fast in-memory opcode fetch and has implementation of loader and linkers for linking the object file created to make an executable file.

  • 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

  • [ROAST MY CODE] Wrote a C library project template

    2 projects | /r/C_Programming | 10 Nov 2022
  • FastECC – Reed-Solomon coder computing one million parity blocks at 1 GB/s

    3 projects | news.ycombinator.com | 10 Jul 2022
  • De-Comment Program in C

    2 projects | dev.to | 26 Oct 2021
  • C Programming: A Modern Approach vs. The C Programming Language

    1 project | /r/C_Programming | 28 Aug 2021
  • Two Pass Assembler program written in ANSI C

    1 project | /r/cprogramming | 3 Jun 2021