Annotated Disassembly of the NES Contra (US) Rom

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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
  • nes-contra-us

    An annotated disassembly with supplemental materials of the Contra (US) NES game.

  • compiler-explorer

    Run compilers interactively from your web browser and interact with the assembly

  • Start with assembly for the 6502 (or some RISC such as a MIPS III emulator, which might be easier to get started with), and at the same time study computer hardware architecture (the two are very closely linked). C is great because it's relatively simple, very well supported, and gives you nearly the level of control you get with assembly code. Matt Godbolt's compiler explorer is a godsend for learning the ins and outs of various compilers and assemblers by experimenting with them and their settings.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS 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

  • Ask HN: Which books/resources to understand modern Assembler?

    6 projects | news.ycombinator.com | 21 Apr 2024
  • Ask HN: How can I learn about performance optimization?

    6 projects | news.ycombinator.com | 2 Mar 2024
  • Managing mutable data in Elixir with Rust

    1 project | news.ycombinator.com | 16 Feb 2024
  • Free MIT Course: Performance Engineering of Software Systems

    4 projects | news.ycombinator.com | 10 Jan 2024
  • Verifying Rust Zeroize with Assembly...including portable SIMD

    1 project | dev.to | 10 Jan 2024