A 28-byte “hello, world” program assembled with DEBUG.EXE in MS-DOS

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    A 23-byte “hello, world” program assembled with DEBUG.EXE in MS-DOS (by susam)

  • Wow from feedback to commit in 30 minutes. https://github.com/susam/hello/commit/36fa08e7cafb7c5268b651...

  • MS-DOS

    Discontinued The original sources of MS-DOS 1.25 and 2.0, for reference purposes

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

    dmd D Programming Language compiler

  • Here's a one file disassembler for x86 and its successors:

    https://github.com/dlang/dmd/blob/master/compiler/src/dmd/ba...

    The fun thing to do with it is sent it your name and have it disassemble it.

    (I use it to check the object code generated by the compiler. Instead of pretty-printing the instruction stream, it disassembles the binary object code. This helps to find mistakes in either the code generation or the disassembler, as they must match.)

    Anyhow, feel free to incorporate it into your obj file dumper, exe file dumper, debugger, or any tool that can benefit by examining code.

  • cosmopolitan

    build-once run-anywhere c library

  • That's so complicated though compared to Intel's disassembler Xed. https://github.com/jart/cosmopolitan/blob/master/third_party...

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

  • Top Paying Programming Technologies 2024

    19 projects | dev.to | 6 Mar 2024
  • Candy – a minimalistic functional programming language

    5 projects | news.ycombinator.com | 24 Feb 2024
  • Vlang Release v0.4.4

    1 project | news.ycombinator.com | 16 Jan 2024
  • OpenD, a D language fork that is open to your contributions

    9 projects | news.ycombinator.com | 13 Jan 2024
  • Vox: Upcoming open-source browser engine in V

    4 projects | news.ycombinator.com | 4 Jan 2024