Skip to main content

C64 disassembler

Project description

negentropy

Negentropy is a disassembler for the C64 that I'm working on written in Python. It's my first real Python program and is still a work in progress, but nevertheless it's quite useful. Here's a list of some of the features currently implemented:

  • Generate HTML pages, complete with images and links.
  • Disassemble 6502 machine code.
  • List BASIC programs.
  • Annotate the generated output with labels and comments provided in configuration files.
  • Generate images for character sets.
  • Links, including in BASIC programs, machine code programs and even from SYS commands in BASIC to the target code.

In addition to Python's standard library the following packages are used:

  • Jinja2 - used for templates. Currently only HTML is supported (there are other incomplete templates). Checkout its website here
  • Pillow - for image generation. It's website
  • Lark - for parsing. It's LALR parser is bloody fast (and its author tolerant of stupid questions😊). It's website

Project details


Release history Release notifications | RSS feed

This version

0.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

negentropy-0.2.tar.gz (32.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page