Skip to content

v0.2.2

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Apr 06:27
· 18 commits to main since this release

Changed

  • Mnemonic reference docs: remove the Syntax sections and Source/Destination addressing modes tables (duplicating syntax docs)
  • Exception Reporting: use JetBrains Marketplace reporting instead of pre-filling a GitHub issue in the browser

Added

  • Mnemonic syntax docs: show information for privileged instruction
  • Code | Move Element Left/Right and Flip Comma intention: swap instruction operands if valid (move.l d0,a0move.l a0,d0)

Fixed

  • Parser: too lenient parsing for TST
  • Privileged instruction status: move.w SR,<ALTERABLE_DATA> only for MC68010+
  • Parsing number literals
  • Consolidate mnemonics data and remove duplicates with overlapping address modes