Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cfrantz/z2doc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.11
Choose a base ref
...
head repository: cfrantz/z2doc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 35 files changed
  • 1 contributor

Commits on Nov 25, 2018

  1. Empty commit for z2edit 1.0.12

    Chris Frantz committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    7900b2d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2019

  1. Empty commit for z2edit v1.0.13

    Chris Frantz committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    72c080a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2019

  1. Empty commit for release 1.0.14

    Chris Frantz committed Mar 17, 2019
    Configuration menu
    Copy the full SHA
    7092236 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Empty commit for Z2Edit 1.0.15

    Chris Frantz committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    efe3a7b View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2019

  1. Empty commit for release 1.0.16

    Chris Frantz committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    362bdd0 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. Update readme

    Chris Frantz committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    874340e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. ROM disassembler and documenter

    Chris Frantz committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    8943949 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Perfect re-assembly with ca65

    1. Symbol table shennanigans.
    2. Update symbols in zelda2.yaml.
    3. Add an `ld65` config file.
    Chris Frantz committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    baccdeb View commit details
    Browse the repository at this point in the history
  2. Change all range expressions to be fully inclusive ranges

    Chris Frantz committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    60a47f1 View commit details
    Browse the repository at this point in the history
  3. Write a header into the assembly file.

    Chris Frantz committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    23a2f60 View commit details
    Browse the repository at this point in the history
  4. Clean up byte hexdumps

    Chris Frantz committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    48415e7 View commit details
    Browse the repository at this point in the history
  5. Add symbols and byte/word ranges

    Chris Frantz committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    5c7d728 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. Improve re-assembly check script.

    Chris Frantz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    4a3ba40 View commit details
    Browse the repository at this point in the history
  2. Add word ranges for all banks

    1. Add word ranges for all banks (except bank 6).
    2. Eliminate explicit `Bytes` ranges as the disassembler will assume
       byte ranges for all non-`Words` or -`Code` ranges.
    Chris Frantz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    df5f4e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Add HTML output.

    1. Rework the output system to support both plain-text and html output.
    2. Add some basic css-style stuff for html output.
    Chris Frantz committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    efd8313 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Improve output format

    1. Allow comments for global symbols.
    2. When emitting a symbol with an expression (ie `foo+1`), separate the
       expression from the symbol in the html output.
    Chris Frantz committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    dd33ee8 View commit details
    Browse the repository at this point in the history
Loading