Skip to content

git-1

Latest
Compare
Choose a tag to compare
@rbong rbong released this 22 Jan 02:14
· 1 commit to master since this release

Bug Fixes

  • Fixed a number of features that were documented, but not finished in the last release.

    These features had a completed foundation but were mistakenly documented before they were used in output.

  • Fix a number of formatting bugs that caused incorrect output that could not compile correctly.

Improvements

  • Add a number of performance optimizations.

    The way output is generated has been completely reworked, and a number of improvements have been made to reading and parsing ROM files.

  • Added the ability to define "file" symbols.

    Defining a file at an address extracts the data at that address into a separate file. ROMs which have a large amount of data will find that performance increases significantly when using this feature.

    Refer to README to learn more.

Changes

  • The module API has been reworked.

    Refer to README to learn more.