Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jan 19:22
· 86 commits to main since this release

Added:

  • jump engine detection
  • write CRC32 checksums of segments in the output header as comments
  • batch processing of multiple input files
  • new logger output with different verbosity levels

Changed:

  • the project was moved into its own git repository

Fixed:

  • data references into unofficial instruction opcodes
  • data references before code base start
  • instruction overlap with IRQ handler start address
  • support different code base addresses
  • variable detection for zero page access
  • variable usage detection for indirect jumps