Skip to content

Releases: AppleCommander/acdasm

0.5.0

28 Oct 23:47
Compare
Choose a tag to compare

Updates, thanks to @ThomasFok!!

  • Distinguish skipped instructions from invalid instructions (??? versus ---). PR #3
  • Wrap address around to $0000 when it crosses $FFFF. PR #4
  • Validate address and offset options are in a valid range. PR #5
  • Java 11 throughout both (CPI and API) projects.

0.4.0

03 Apr 02:15
Compare
Choose a tag to compare

Adding offset to skip leading bytes to acdasm CLI (--offset) and to the API.

0.3.0

09 Mar 02:29
Compare
Choose a tag to compare

Initial release with support for 6502, 6502 + invalid instructions, 65C02, and SWEET16. Early setup for identifying addresses.